~ubuntu-branches/ubuntu/vivid/typerep/vivid

« back to all changes in this revision

Viewing changes to lib/typerep_obj.mli

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2014-09-24 23:51:02 UTC
  • Revision ID: package-import@ubuntu.com-20140924235102-0qeq851f02otnnxp
Tags: upstream-111.17.00
ImportĀ upstreamĀ versionĀ 111.17.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(** some utils related to the runtime of ocaml, used both at compile time (camlp4) and
 
2
    runtime. to be considered the same way than [Obj] (internal, unsafe, etc.) *)
 
3
val repr_of_poly_variant : [> ] -> int
 
4
val hash_variant : string -> int
 
5
val double_array_value : 'a
 
6
val has_double_array_tag : 'a -> bool