purescript / purescript-typelevel-prelude

Types and kinds for basic type-level programming
BSD 3-Clause "New" or "Revised" License
63 stars 21 forks source link

Add FLIP infix operator: # #73

Closed JordanMartinez closed 2 years ago

JordanMartinez commented 2 years ago

Description of the change

Not sure whether this is actually wanted, but it does follow what we already have for $ with APPLY. Infix direction and precedence follows value-level #.


Checklist:

JordanMartinez commented 2 years ago

:ping_pong: @thomashoneyman