Unisay / purescript-custom-prelude

Custom prelude for Purescript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Purescript Prelude

Exported by default:

  • Data.Maybe
  • Data.Either
  • Debug

Additionally exported:

  • (<|) == apply
  • (|>) == applyFlipped
  • pass == pure unit
  • unwords ∷ Array String → String
  • unlines ∷ Array String → String
  • guarded ∷ ∀ a f. Alternative f ⇒ (a → Boolean) → a → f a

About

Custom prelude for Purescript projects

License:MIT License


Languages

Language:PureScript 57.5%Language:Nix 28.2%Language:Dhall 14.3%