🕸️ Try-Catch
This commit is contained in:
@ -21,6 +21,7 @@ data Exp
|
||||
| Let VName Exp Exp
|
||||
| Lambda VName Exp
|
||||
| Apply Exp Exp
|
||||
| TryCatch Exp Exp
|
||||
deriving (Eq, Show)
|
||||
|
||||
printExp :: Exp -> String
|
||||
|
Reference in New Issue
Block a user