Module Compacted.Declaration
type ('constr, 'types) pt=|LocalAssum of Names.Id.t binder_annot list * 'types|LocalDef of Names.Id.t binder_annot list * 'constr * 'types
Compacted.Declarationtype ('constr, 'types) pt = | LocalAssum of Names.Id.t binder_annot list * 'types | 
| LocalDef of Names.Id.t binder_annot list * 'constr * 'types |