summaryrefslogtreecommitdiff
path: root/src/Core/Declarative.idr
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2023-04-08 15:45:24 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2023-04-08 15:45:24 +0100
commit6e8ab4c1135f39d441cdcf54c5a1bc12b7e565be (patch)
tree66e2388591def400ef2a75d5b81f07d0e4fc3401 /src/Core/Declarative.idr
parent1995d5aba2d63e1854d138fda6747a8865a43bcb (diff)
Prove conversion is a generic equality.HEADmaster
Diffstat (limited to 'src/Core/Declarative.idr')
-rw-r--r--src/Core/Declarative.idr1
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 ->