You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andy Gill edited this page Jun 11, 2015
·
2 revisions
Should we have variadic function in the Shell DSL? Or, equivalently, do we support default arguments?
Part of the decision here is do we want to have monomorphic primitives, and overloaded combinators,
or overloaded primitives, and monomorphic combinators.
Variadic
Non-Variadic
Have a convention; for example:
extend :: Name -> Rewrite ...
extend' :: Rewrite ...