barbiturat
7/18/2017 - 7:19 PM

pluck

pluck

pluck('q', Maybe.Just({q: 22})) //=> Maybe.Just(22)
pluck('q', always({q: 22}))() //=> 22