package logtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Term.SeqSource

Sourceval vars : t -> var Iter.t
Sourceval subterms : t -> t Iter.t
Sourceval subterms_depth : t -> (t * int) Iter.t

subterms with their depth

Sourceval symbols : t -> ID.t Iter.t
Sourceval max_var : var Iter.t -> int

max var

Sourceval min_var : var Iter.t -> int

min var

Sourceval ty_vars : t -> var Iter.t
Sourceval typed_symbols : t -> (ID.t * Type.t) Iter.t
Sourceval add_set : Set.t -> t Iter.t -> Set.t