1
0
forked from GitHub/gf-rgl

small typofix

This commit is contained in:
Inari Listenmaa
2020-03-30 21:55:45 +02:00
parent 8377dfc212
commit cdb7655741

View File

@@ -43,7 +43,7 @@ oper
} ;
-- TODO: actual paradigm
dSör : Str -> Noun -> \sör ->
dSör : Str -> Noun = \sör ->
let foo : Str = "foo" ;
in mkNoun sör ;