Module Lang.External
type t={id : Paths.Identifier.Value.t;doc : Comment.docs;type_ : TypeExpr.t;primitives : string list;}
Lang.Externaltype t = {id : Paths.Identifier.Value.t; |
doc : Comment.docs; |
type_ : TypeExpr.t; |
primitives : string list; |
}