Signature.Entry
type t =
| Pragma of {
location : Syncom.Location.t;
pragma : Pragma.t;
}
| Declaration of {
location : Syncom.Location.t;
declaration : Declaration.t;
}
| Comment of {
location : Syncom.Location.t;
content : Support.String.t;
}
Documentation comment
*)