PureScript's repositories
purescript
A strongly-typed language that compiles to JavaScript
documentation
Documentation for the PureScript language, compiler, and tools.
package-sets
PureScript packages for Spago and Psc-Package
purescript-prelude
The PureScript Prelude
trypurescript
PureScript in the browser
purescript-quickcheck
An implementation of QuickCheck in PureScript
purescript-free
Free monads, Cofree comonads, Yoneda and Coyoneda functors, and the Trampoline monad.
purescript-transformers
Monad and comonad transformers
purescript-foreign
Library for dealing with foreign data (JavaScript objects) in PureScript
purescript-lists
Linked Lists
purescript-strings
String utility functions, Char type, regular expressions.
purescript-effect
The Effect monad, for handling native side effects
purescript-datetime
Date and time library for PureScript.
purescript-validation
Applicative-style validation
purescript-parallel
Classes for parallel composition and racing of asynchronous computations
purescript-tailrec
A type class which captures stack-safe monadic tail recursion
purescript-ordered-collections
Purely functional map and set data structures
purescript-foreign-object
Functions for working with homogeneous JavaScript objects
purescript-either
Values with two possibilities
purescript-filterable
Classes for filterable and witherable data structures
purescript-docs-search
Search frontend for the documentation generated by the PureScript compiler
purescript-graphs
Purely functional graph data structure
purescript-catenable-lists
Catenable lists
purescript-enums
Operations for sequentially ordered types
purescript-semirings
Semiring instances and functions
purescript-gen
A type class for random generator implementations.