visibility fix

This commit is contained in:
rhiannon morris 2023-01-21 01:41:30 +01:00
parent 8a2eea22fb
commit 8acc3aeadf
1 changed files with 1 additions and 0 deletions

View File

@ -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