Searched refs:ocaml_type_of (Results 1 – 1 of 1) sorted by relevance
66 def ocaml_type_of(ty): function82 return "%s array" % ocaml_type_of(ty.elem_type)118 return "%s : %s" % (munge_name(name), ocaml_type_of(f.type))
Completed in 3 milliseconds