module TyBuiltin: sig .. end
sig
end
type t = [ `Kind | `Prop | `Type | `Unitype ]
[ `Kind | `Prop | `Type | `Unitype ]
val equal : 'a -> 'a -> bool
'a -> 'a -> bool
val compare : 'a -> 'a -> int
'a -> 'a -> int
val to_string : [< `Kind | `Prop | `Type | `Unitype ] -> string
[< `Kind | `Prop | `Type | `Unitype ] -> string