package ocaml-base-compiler

  1. Overview
  2. Docs
type t =
  1. | Unavailable
  2. | This of Types.type_expr
  3. | Only_on_64_bits of Types.type_expr
val get_unboxed_type_representation : Env.t -> Types.type_expr -> t