working towards store editor features

This commit is contained in:
cqc
2021-09-21 14:22:48 -05:00
parent 72e3bab78f
commit d095c1478a
3 changed files with 861 additions and 470 deletions

View File

@ -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