1
0
forked from GitHub/gf-rgl

(Kor) Remove unused VerbType parameter

This commit is contained in:
Inari Listenmaa
2020-03-26 17:03:52 +01:00
parent 85babd3730
commit afdff2e374
3 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ oper
} ;
mkV = overload {
mkV : (plain : Str) -> V = \v -> lin V (mkVerb v Active) ;
mkV : (plain : Str) -> V = \v -> lin V (mkVerb v) ;
mkV : (nore : Str) -> (hada : V) -> V = \nore,hada -> hada ** {
s = \\vf => nore + hada.s ! vf} ;
} ;