MattWindsor91 / travesty

Haskell-style container traversability and state monads for Core
https://MattWindsor91.github.io/travesty
MIT License
10 stars 1 forks source link

Feature idea: Biff #4

Open MattWindsor91 opened 5 years ago

MattWindsor91 commented 5 years ago

Per Haskell bifunctors.

We already have Tannen (in the form of the rather unwieldily-named Chain_BiX_MapY functors). It makes sense for orthogonality to have Biff (which would then be called Chain_MapX_BiY or Chain_MapX_MapY_BiZ or similar).