package dolmen

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

Module Term.VarSource

A module for variables that occur in terms.

The type of variables the can occur in terms

Sourceval hash : t -> int

A hash function for term variables, should be suitable to create hashtables.

Sourceval equal : t -> t -> bool

An equality function on term variables. Should be compatible with the hash function.

Sourceval compare : t -> t -> int

Comparison function on variables.

Sourceval mk : string -> ty -> t

Create a new typed variable.

Sourceval ty : t -> ty

Return the type of the variable.

Sourceval tag : t -> 'a tag -> 'a -> unit

Tag a variable.

Sourceval get_tag : t -> 'a tag -> 'a list

Return the list of value associated to the tag.

Sourceval get_tag_last : t -> 'a tag -> 'a option

Return the last value associated to the tag (if any).

OCaml

Innovation. Community. Security.