mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
fix compilation with the old type checker
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user