Fixes list and name lookup bugs

This commit is contained in:
2025-05-26 17:40:06 -05:00
parent 6780b242b1
commit b96a3f2ef0
3 changed files with 19 additions and 9 deletions

View File

@@ -65,7 +65,6 @@ main = do
Repl -> do
putStrLn "Welcome to the tricu REPL"
putStrLn "You may exit with `CTRL+D` or the `!exit` command."
putStrLn "Try typing `!` with tab completion for more commands."
repl
Evaluate { file = filePaths, form = form } -> do
result <- case filePaths of