Textual.Typtype t = | Intinteger type
*)| Floatfloat type
*)| Null| Voidvoid type
*)| Ptr of tpointer type
*)| Struct of TypeName.tstructured value type name
*)| Array of tarray type
*)include Ppx_compare_lib.Equal.S with type t := tval equal : t Base__Ppx_compare_lib.equalval pp : F.formatter -> t -> unit