package cmarkit
-
cmarkit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Custom context state.
val make : unit -> 'a t
make ()
is a new bit of context state.
get c state
is the state state
of context c
, raises Invalid_argument
if there is no state state
in c
.