package dolmen

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

Module type Ty.Tptp_ArithSource

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.