rvarago / kitten

A small C++17 library inspired by Category Theory.
MIT License
15 stars 1 forks source link

feature: Add applicative pure(A): X[A] #19

Closed rvarago closed 5 years ago

rvarago commented 5 years ago

That allows to lifts a value of type A into an applicative AP[A].