Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.Stateexception Error of tConvenient exception.
exception Key_not_found of t * string * stringException raised by `get` when the key is not bound.
val create_key : pipe:string -> string -> _ keycreate a new key
get the value associated to a key, or the default if the key is not bound.
val warn :
?file:_ Dolmen_loop.State.file ->
?loc:Dolmen.Std.Loc.full ->
t ->
'a Dolmen_loop.Report.Warning.t ->
'a ->
tEmit a warning
val error :
?file:_ Dolmen_loop.State.file ->
?loc:Dolmen.Std.Loc.full ->
t ->
'a Dolmen_loop.Report.Error.t ->
'a ->
tEmit an error.
val debug : bool keyval reports : Dolmen_loop.Report.Conf.t keyval report_style : Dolmen_loop.State.report_style keyval max_warn : int keyval cur_warn : int keyval time_limit : float keyval size_limit : float keyval logic_file : Dolmen_loop.Logic.language Dolmen_loop.State.file keyval response_file : Dolmen_loop.Response.language Dolmen_loop.State.file key