= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A module for constant symbols the occur in types.
type t = Dolmen.Std.Expr.ty_cst
The type of constant symbols the can occur in types
val print : Stdlib.Format.formatter -> t -> unit
Printing function.
val arity : t -> int
Return the arity of the given symbol.
val mk : Dolmen.Std.Path.t -> int -> t
Create a type constant with the given arity.