fp4php/functional

Missing psalm-pure annotation for static constructor

klimick opened this issue · 0 comments

The following static constructors do not have @psalm-pure annotation:

  • Option::some
  • Option::none
  • Either::right
  • Either::left
  • Either::cond
  • Validated::right
  • Validated::left
  • Validated::cond