Pinned Repositories
documentation
Documentation for the PureScript language, compiler, and tools.
package-sets
PureScript packages for Spago and Psc-Package
psc-package
A package manager for PureScript based on package sets
purescript
A strongly-typed language that compiles to JavaScript
purescript-prelude
The PureScript Prelude
purescript-quickcheck
An implementation of QuickCheck in PureScript
pursuit
Website for hosting and searching PureScript API documentation
registry
Registry of PureScript packages and metadata about them
spago
🍝 PureScript package manager and build tool
trypurescript
PureScript in the browser
PureScript's Repositories
purescript/psc-package
A package manager for PureScript based on package sets
purescript/purescript-quickcheck
An implementation of QuickCheck in PureScript
purescript/purescript-free
Free monads, Cofree comonads, Yoneda and Coyoneda functors, and the Trampoline monad.
purescript/purescript-foreign
Library for dealing with foreign data (JavaScript objects) in PureScript
purescript/purescript-effect
The Effect monad, for handling native side effects
purescript/purescript-datetime
Date and time library for PureScript.
purescript/purescript-validation
Applicative-style validation
purescript/purescript-parallel
Classes for parallel composition and racing of asynchronous computations
purescript/purescript-tailrec
A type class which captures stack-safe monadic tail recursion
purescript/purescript-exists
Existential types as a library
purescript/purescript-lazy
Call-by-need values
purescript/survey
Home for the State of PureScript annual survey
purescript/purescript-foreign-object
Functions for working with homogeneous JavaScript objects
purescript/purescript-either
Values with two possibilities
purescript/purescript-tuples
Tuple data type and utility functions
purescript/purescript-st
The ST effect, for safe local mutation
purescript/purescript-filterable
Classes for filterable and witherable data structures
purescript/purescript-graphs
Purely functional graph data structure
purescript/purescript-console
Console-related functions
purescript/purescript-catenable-lists
Catenable lists
purescript/purescript-maybe
Optional values
purescript/purescript-newtype
Type class and functions for working with newtypes
purescript/purescript-minibench
A minimal benchmarking library
purescript/purescript-numbers
Functions for working with PureScripts 'Number' type
purescript/purescript-enums
Operations for sequentially ordered types
purescript/npm-installer
purescript/purescript-contravariant
Contravariant functors
purescript/purescript-semirings
Semiring instances and functions
purescript/purescript-gen
A type class for random generator implementations.
purescript/docker-haskell