Get examples to typecheck again

This commit is contained in:
ajeffrey@roblox.com 2022-02-08 11:17:42 -06:00
parent ffd7b55fef
commit 0bb7cd9632

View file

@ -17,7 +17,7 @@ ex2 : blockToString(return nil ∙) ≡
ex2 = refl
ex3 : blockToString(function "f" "x" return x end return f )
"function f(x)\n" ++
"local function f(x)\n" ++
" return x\n" ++
"end\n" ++
"return f"