We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f131939 commit ef1733dCopy full SHA for ef1733d
1 file changed
src/Vatras/Translation/Lang/VariantList-to-VT.agda
@@ -184,7 +184,7 @@ VariantList→VT = record
184
}
185
186
VT≽VariantList : VTL ≽ VariantListL
187
-VT≽VariantList {A} e = translate e , ≅[]→≅ (LanguageCompiler.preserves VariantList→VT e)
+VT≽VariantList = expressiveness-from-compiler VariantList→VT
188
189
VT-is-complete : Complete VTL
190
VT-is-complete = completeness-by-expressiveness (VariantList-is-Complete) VT≽VariantList
0 commit comments