Module Allocated_const
Constants that are always allocated (possibly statically). Blocks are not included here since they are always encoded using Prim (Pmakeblock, ...).
type t=|Float of float|Int32 of int32|Int64 of int64|Nativeint of nativeint|Float_array of float list|Immutable_float_array of float list|String of string|Immutable_string of string
val compare_floats : float -> float -> intval compare : t -> t -> intval print : Stdlib.Format.formatter -> t -> unit