Pinned Repositories
package-sets
A curated list of PureScript packages
pure11
A small strongly typed language that compiles to C++11
purescript-partial
Utilities for working with partial functions
purescript-prelude
The PureScript Prelude
purescript-quickcheck
An implementation of QuickCheck in PureScript
purescript-random
Random number generation
purescript-st
The ST effect, for safe local mutation
purescript-strings
String utility functions, Char type, regular expressions.
purescript-unfoldable
Unfoldable functors
purescript-unsafe-coerce
Unsafe coercion of values
pure11's Repositories
pure11/pure11
A small strongly typed language that compiles to C++11
pure11/package-sets
A curated list of PureScript packages
pure11/purescript-partial
Utilities for working with partial functions
pure11/purescript-prelude
The PureScript Prelude
pure11/purescript-quickcheck
An implementation of QuickCheck in PureScript
pure11/purescript-random
Random number generation
pure11/purescript-st
The ST effect, for safe local mutation
pure11/purescript-strings
String utility functions, Char type, regular expressions.
pure11/purescript-unfoldable
Unfoldable functors
pure11/purescript-unsafe-coerce
Unsafe coercion of values
pure11/purescript-arrays
Array utility functions
pure11/purescript-assert
Basic assertions library for low level testing
pure11/purescript-console
Console-related functions
pure11/purescript-control
Common control classes and utility functions
pure11/purescript-eff
The Eff monad, for handling native side effects
pure11/purescript-exceptions
Exception effects
pure11/purescript-foldable-traversable
Classes for foldable and traversable data structures
pure11/purescript-functions
Function combinators and types for multi-argument functions
pure11/purescript-generics
Generic Programming
pure11/purescript-generics-rep
Generic programming using an approach inspired by GHC.Generics
pure11/purescript-integers
Functions and bitwise operators for the Int numeric type
pure11/purescript-invariant
Invariant functors
pure11/purescript-lazy
Call-by-need values
pure11/purescript-maps
Purely functional maps
pure11/purescript-math
Math functions
pure11/purescript-monoid
Monoid algebraic structure
pure11/purescript-newtype
Type class and functions for working with newtypes