Module Lang.External

type t = {
  1. id : Paths.Identifier.Value.t;
  2. doc : Comment.docs;
  3. type_ : TypeExpr.t;
  4. primitives : string list;
}