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