broom-lang / broom

A programming language with first-class modules and algebraic effects.
https://broom.readthedocs.io
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Multi-param functor types #31

Closed nilern closed 5 years ago

nilern commented 5 years ago

pi a b -> a = pi a -> pi b -> a and pi a b => a = pi a => pi b => a.