Module Codegen_llvm.FuncMap
type status = | User| Lib
val bind : t -> string -> (Llvm.llvalue * Llvm.lltype * status) -> tval find : t -> string -> (Llvm.llvalue * Llvm.lltype * status) optionval find_exn : t -> string -> Llvm.llvalue * Llvm.lltype * statusval keys : 'a M.t -> (string * 'a) listval print_fmap : t -> unit