package alba

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

Module Term.SortSource

Sourcetype t =
  1. | Proposition
  2. | Any of int
Sourceval is_sub : t -> t -> bool

is_sub s1 s2 Is s1 a subtype of s2 (or equal)?

Sourceval is_super : t -> t -> bool

is_super s1 s2 Is s1 a supertype of s2 (or equal)?

Sourceval type_of : t -> t
Sourceval pi_sort : t -> t -> t
OCaml

Innovation. Community. Security.