🔑 key-value pairs

This commit is contained in:
2024-09-20 13:10:36 +02:00
parent baf70f9d31
commit 234ec39985
4 changed files with 37 additions and 6 deletions

View File

@ -22,4 +22,6 @@ data Exp
| Apply Exp Exp
| TryCatch Exp Exp
| Print String Exp
| KvPut Exp Exp
| KvGet Exp
deriving (Eq, Show)