fix compilation with the old type checker

This commit is contained in:
Krasimir Angelov
2025-11-14 14:32:30 +01:00
parent c7fe453c12
commit 06f3602e00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ mkN2 = overload {
} ;
regV=\v -> lin V (MorphoSwa.regV v) ;
regV : Str -> V = \v -> lin V (MorphoSwa.regV v) ;
mkV = overload {
mkV : Str -> V = \v ->lin V(regV v) ;