Module TypeDecl.Field
type t
=
{
id : Odoc_model.Paths.Identifier.Field.t;
doc : Odoc_model.Comment.docs;
mutable_ : bool;
type_ : TypeExpr.t;
}
TypeDecl.Field
type t
=
{
id : Odoc_model.Paths.Identifier.Field.t; |
doc : Odoc_model.Comment.docs; |
mutable_ : bool; |
type_ : TypeExpr.t; |
}