Closed ghorn closed 10 years ago
This will require a new typeclass I guess, or at least an AST with a Call :: (v a -> r a) -> Expr (r a) constructor
Call :: (v a -> r a) -> Expr (r a)
added in the big MX refactor
This will require a new typeclass I guess, or at least an AST with a
Call :: (v a -> r a) -> Expr (r a)
constructor