idk
build / build (push) Successful in 1m36s

This commit is contained in:
2026-09-24 16:08:43 -06:00
parent f143df400a
commit 2fdc1382ae
+6
View File
@@ -118,6 +118,12 @@ data Def
deriving stock (Show, Generic, Data) deriving stock (Show, Generic, Data)
deriving anyclass (NFData) deriving anyclass (NFData)
data Formals a
= FormalsFixed (List a)
| FormalsVar (List a) a
deriving stock (Show, Generic, Data, Functor, Foldable, Traversable)
deriving anyclass (NFData)
data Exp data Exp
= ExpLet (List (Name, Exp)) Exp = ExpLet (List (Name, Exp)) Exp
| ExpLetSyntax (List (Name, Trans)) Exp | ExpLetSyntax (List (Name, Trans)) Exp