package rfsm

  1. Overview
  2. Docs

Module Types.IndexSource

Sourcetype t =
  1. | TiConst of int
  2. | TiVar of string
  3. | TiBinop of string * t * t
Sourcetype env = (string * int) list
Sourceexception Illegal_op of string
Sourceexception Illegal_type_index of t
Sourceexception Unbound_type_index of string
Sourceval subst : env -> t -> t
Sourceval vars_of : t -> VarSet.t
Sourceval to_string : t -> string