visibility fix
This commit is contained in:
parent
8a2eea22fb
commit
8acc3aeadf
1 changed files with 1 additions and 0 deletions
|
@ -69,5 +69,6 @@ public export
|
||||||
0 HasDefs' : (q : Type) -> (q -> Type) -> (Type -> Type) -> Type
|
0 HasDefs' : (q : Type) -> (q -> Type) -> (Type -> Type) -> Type
|
||||||
HasDefs' q isGlobal = MonadReader (Definitions' q isGlobal)
|
HasDefs' q isGlobal = MonadReader (Definitions' q isGlobal)
|
||||||
|
|
||||||
|
public export
|
||||||
0 HasDefs : (q : Type) -> IsQty q => (Type -> Type) -> Type
|
0 HasDefs : (q : Type) -> IsQty q => (Type -> Type) -> Type
|
||||||
HasDefs q = HasDefs' q IsGlobal
|
HasDefs q = HasDefs' q IsGlobal
|
||||||
|
|
Loading…
Reference in a new issue