Module Shape.Predef
type unboxed = | Unboxed_float| Unboxed_float32| Unboxed_nativeint| Unboxed_int64| Unboxed_int32| Unboxed_int16| Unboxed_int8| Unboxed_simd of Shape.Predef.simd_vec_split
type t = | Array| Bytes| Char| Extension_constructor| Float| Float32| Floatarray| Int| Int8| Int16| Int32| Int64| Lazy_t| Nativeint| String| Simd of Shape.Predef.simd_vec_split| Exception| Unboxed of Shape.Predef.unboxed
val to_string : Shape.Predef.t -> stringval print : Stdlib.Format.formatter -> Shape.Predef.t -> unitval equal : Shape.Predef.t -> Shape.Predef.t -> boolval unboxed_type_to_base_layout : Shape.Predef.unboxed -> Shape.base_layoutval to_layout : Shape.Predef.t -> Layout.tval simd_vec_split_to_byte_size : Shape.Predef.simd_vec_split -> int