📝 printing

This commit is contained in:
2024-09-19 15:54:56 +02:00
parent fed7756474
commit baf70f9d31
3 changed files with 46 additions and 19 deletions

View File

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