💀 renamed A1 pdf and messed around with state

This commit is contained in:
2024-09-19 11:52:54 +02:00
parent b061522fd1
commit fed7756474
4 changed files with 25 additions and 16 deletions

View File

@ -5,7 +5,7 @@ import APL.Eval (Error, Val (..), eval, runEval)
import Test.Tasty (TestTree, testGroup)
import Test.Tasty.HUnit (testCase, (@?=))
eval' :: Exp -> Either Error Val
eval' :: Exp -> ([String], Either Error Val)
eval' = runEval . eval
evalTests :: TestTree