that was quite the breakup

This commit is contained in:
cqc
2021-08-05 23:23:09 -05:00
parent 99c9d92ecc
commit 548bc0da64
5 changed files with 2468 additions and 115 deletions

12
bin/topinf.mli Normal file
View File

@ -0,0 +1,12 @@
(* Accessors for the table of toplevel value bindings. These functions
must appear as first and second exported functions in this module.
(See module Translmod.) *)
val getvalue : string -> Obj.t
val setvalue : string -> Obj.t -> unit
val print_toplevel_value_bindings : unit -> unit
type evalenv = Format.formatter -> string -> unit
val init : Format.formatter -> evalenv