Textual.Typ
type t =
| Int
integer type
*)| Float
float type
*)| Null
| Void
void type
*)| Fun of function_prototype option
function type
*)| Ptr of t
pointer type
*)| Struct of TypeName.t
structured value type name
*)| Array of t
array type
*)val equal_function_prototype : function_prototype -> function_prototype -> bool
val pp : F.formatter -> t -> unit
val pp_annotated : F.formatter -> annotated -> unit