module Default:sig
..end
type
t = {
|
view : |
|
d_loc : |
|
mutable d_ty : |
val deref_rec_ : t -> t
val repr : t -> t TermTyped.view
val loc : t -> Loc.t option
val ty : t -> t option
val make_raw_ : loc:Loc.t option ->
ty:t ->
t TermTyped.view -> t
val build : ?loc:Loc.t ->
ty:t -> t TI.view -> t
val kind : t
module Print:TI.Print
(
sig
end
)