= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package elpi
-
elpi
-
-
elpi.lexer_config
-
elpi.trace.ppx
-
elpi.trace.runtime
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val pp : Format.formatter -> t -> unit
val show : t -> string
type 'a data_declaration = {
data_name : string;
data_pp : Format.formatter -> 'a -> unit;
data_compare : 'a -> 'a -> int;
data_hash : 'a -> int;
data_hconsed : bool;
}
val declare : 'a data_declaration -> 'a cdata
val hash : t -> int
val name : t -> string