package dolmen

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

Minimum required to type ae's arith

type t

The type of terms.

type ty

The type of types.

val ty : t -> ty

Get the type of a term.

val int : string -> t

Integer literals

val real : string -> t

Real literals

val semantic_trigger : t -> t

Semantic triggers for alt-ergo.

module Int : sig ... end
module Real : sig ... end