purescript / purescript-lists
Linked Lists
☆56Updated 10 months ago
Related projects ⓘ
Alternatives and complementary repositories for purescript-lists
- Date and time library for PureScript.☆49Updated 2 years ago
- Array utility functions☆57Updated 8 months ago
- Monad and comonad transformers☆69Updated 4 months ago
- The Effect monad, for handling native side effects☆53Updated 2 years ago
- Types and kinds for basic type-level programming☆63Updated last month
- Tuple data type and utility functions☆26Updated 2 years ago
- Common control classes and utility functions☆56Updated 9 months ago
- Functions for working with records and polymorphic labels☆69Updated 10 months ago
- Const data type and typeclass instances☆12Updated 2 years ago
- Classes for foldable and traversable data structures☆50Updated last year
- Purely functional map and set data structures☆36Updated 7 months ago
- Values with two possibilities☆26Updated 2 years ago
- Mutable value references☆21Updated 2 years ago
- Optional values☆18Updated 2 years ago
- Generic programming using an approach inspired by GHC.Generics☆41Updated 3 years ago
- A very simple library for dealing with nulls in foreign libraries☆23Updated 2 years ago
- Purely functional graph data structure☆24Updated 2 years ago
- A type class which captures stack-safe monadic tail recursion☆37Updated 2 years ago
- Basic assertions library for low level testing☆16Updated 2 years ago
- Functions for working with PureScripts 'Number' type☆13Updated last year
- Free monads, Cofree comonads, Yoneda and Coyoneda functors, and the Trampoline monad.