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 : ?include_builtin:bool -> ?ignore_head:bool -> t -> t Iter.t
Sourceval subterms_depth : ?filter_term:(t -> bool) -> t -> (t * int) Iter.t
Sourceval symbols : ?include_types:bool -> ?filter_term:(t -> bool) -> 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
OCaml

Innovation. Community. Security.