package logtk

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

Module STerm.SeqSource

Sourceval vars : t -> var Iter.t
Sourceval free_vars : t -> string Iter.t
Sourceval subterms : t -> t Iter.t
Sourceval subterms_with_bound : t -> (t * StringSet.t) Iter.t

subterm and variables bound at this subterm

Sourceval symbols : t -> string Iter.t