File: typerep_obj.mli

package info (click to toggle)
typerep 111.17.00-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,076 kB
  • ctags: 3,093
  • sloc: ml: 18,181; makefile: 55
file content (6 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
(** some utils related to the runtime of ocaml, used both at compile time (camlp4) and
    runtime. to be considered the same way than [Obj] (internal, unsafe, etc.) *)
val repr_of_poly_variant : [> ] -> int
val hash_variant : string -> int
val double_array_value : 'a
val has_double_array_tag : 'a -> bool