Expose function to map from Lambda's structured constants to Obj.t. Useful for the js_of_ocaml compiler.

master
alainfrisch 2016-11-09 23:56:24 +01:00
parent ef587451b3
commit 2224c65fc3
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ val output_primitive_names: out_channel -> unit
val output_primitive_table: out_channel -> unit
val data_global_map: unit -> Obj.t
val data_primitive_names: unit -> string
val transl_const: Lambda.structured_constant -> Obj.t
(* Functions for the toplevel *)