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