Module STerm.Seq

val vars : t -> var Sequence.t
val free_vars : t -> string Sequence.t
val subterms : t -> t Sequence.t
val subterms_with_bound : t -> (t * StringSet.t) Sequence.t

subterm and variables bound at this subterm

val symbols : t -> string Sequence.t