package dolmen

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

Signature required by terms for typing smtlib real_int arithmetic.

type t

The type of terms.

type ty

The type of types.

val ty : t -> ty

Get the type of a term.

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