Package

purescript-pipe-op

Repository
Risto-Stevcev/purescript-pipe-op
License
MIT
Uploaded by
Risto-Stevcev
Published on
2017-08-11T09:19:24Z

Pipe operators (<|) and (|>) for purescript

Purescript follows the convention used in haskell, where (<|) is the same as ($), and (|>) is the same as (#).

This library is for those who like the pipe operator syntax more, which is used in other fp languages like Fsharp, Ocaml, and Elm.

Modules
Data.Function.Pipe
Dependencies