Unclaimed project
Are you a maintainer of witchcraft? Claim this project to take control of your public changelog and roadmap.
Applicative Functors are here!
Things to note:
wrap (i.e.: pure) & apply are here!
apply: <<~ and ~>>applyping "over" things (apply [(+1)] [1,2,3])[1,2,3] ~>> [&(&1 + 1)])(\x y -> x + y) <$> [1,2,3] <*> [4,5,6]&(&1 + &2) <~ [1,2,3] <<~ [4,5,6]Kernel.apply for modules
use, or rename apply (probably the later)