💀 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

@ -21,4 +21,5 @@ data Exp
| Lambda VName Exp
| Apply Exp Exp
| TryCatch Exp Exp
-- | Print String Exp
deriving (Eq, Show)