= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package catala
-
law_source
-
runtime
-
utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This is the generative functor that ensures that two modules resulting from two different calls to Make
will be viewed as different types t
by the OCaml typechecker. Prevents mixing up different sorts of identifiers.
Parameters
Signature
type info = X.info
val format_t : Format.formatter -> t -> unit
val hash : t -> int
On This Page