package dolmen

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

Signature required by types for typing tptp

type t

The type of types

val int : t

The type of integers

val rat : t

The type of rationals

val real : t

The type of reals

val equal : t -> t -> bool

Equality on types.