Textual.Typ
type t =
| Int
integer type
*)| Float
float type
*)| Null
| Void
void type
*)| Ptr of t
pointer type
*)| Struct of TypeName.t
structured value type name
*)| Array of t
array type
*)include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
val pp : F.formatter -> t -> unit