package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val vars : t -> t Sequence.t
val free_vars : t -> t Sequence.t
val subterms : t -> t Sequence.t
val subterms_with_bound : t -> (t * Set.t) Sequence.t

subterm and variables bound at this subterm

val symbols : t -> LogtkSymbol.t Sequence.t
val add_set : Set.t -> t Sequence.t -> Set.t