Module Signature.Seq

val symbols : t -> ID.t Iter.t
val types : t -> Type.t Iter.t
val to_iter : t -> (ID.t * (Type.t * bool)) Iter.t
val of_iter : (ID.t * Type.t) Iter.t -> t