working towards store editor features
This commit is contained in:
@ -21,7 +21,10 @@ type directive_fun =
|
||||
|
||||
type directive_info = {section: string; doc: string}
|
||||
|
||||
val add_directive : Misc.filepath -> directive_fun -> directive_info -> unit
|
||||
val add_directive :
|
||||
Misc.filepath -> directive_fun -> directive_info -> unit
|
||||
|
||||
val directive_info_table : (string, directive_info) Hashtbl.t
|
||||
val ppf : Format.formatter ref
|
||||
val eval : evalenv option ref
|
||||
val eval_value_path : Env.t -> Path.t -> Obj.t
|
||||
|
||||
Reference in New Issue
Block a user