= 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 that occur in terms.
type t = Dolmen.Std.Expr.term_cst
The type of constant symbols that can occur in terms
val arity : t -> int * int
Returns the arity of a term constant.
val mk : Dolmen.Std.Path.t -> Ty.t -> t
Create a constant symbol.