File: typerep_obj.mli

package info (click to toggle)
typerep 1%3A0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ml: 2,583; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
(** 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 : unit -> 'a
val has_double_array_tag : 'a -> bool