diff options
Diffstat (limited to 'src/Core/Declarative.idr')
-rw-r--r-- | src/Core/Declarative.idr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/Declarative.idr b/src/Core/Declarative.idr index 8704e07..e5aa95a 100644 --- a/src/Core/Declarative.idr +++ b/src/Core/Declarative.idr @@ -287,6 +287,7 @@ wknPresTermWf : EnvWf env2 -> IsExtension thin env2 env1 -> TermWf env2 (wkn t thin) (wkn a thin) +export wknPresTermConv : {0 env1 : Env sx} -> TermConv env1 t u a -> |