diff --git a/lib/Quox/Definition.idr b/lib/Quox/Definition.idr index ff08764..eb7bcd4 100644 --- a/lib/Quox/Definition.idr +++ b/lib/Quox/Definition.idr @@ -69,5 +69,6 @@ public export 0 HasDefs' : (q : Type) -> (q -> Type) -> (Type -> Type) -> Type HasDefs' q isGlobal = MonadReader (Definitions' q isGlobal) +public export 0 HasDefs : (q : Type) -> IsQty q => (Type -> Type) -> Type HasDefs q = HasDefs' q IsGlobal