package logtk

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

Module InnerTerm.SeqSource

Sourceval vars : t -> t HVar.t Iter.t
Sourceval subterms : t -> t Iter.t
Sourceval subterms_depth : t -> (t * int) Iter.t
Sourceval symbols : t -> ID.t Iter.t
Sourceval types : t -> t Iter.t
Sourceval max_var : t HVar.t Iter.t -> int
Sourceval min_var : t HVar.t Iter.t -> int
Sourceval add_set : Set.t -> t Iter.t -> Set.t
Sourceval add_tbl : unit Tbl.t -> t Iter.t -> unit