Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dhall-lang/Prelude

This repository has moved to https://github.com/dhall-lang/dhall-lang/tree/master/Prelude
https://github.com/dhall-lang/Prelude

Move Prelude to dhall-lang repo, leaving pointers here (#15)

c40c1e056c9f906f34f75ba8d2cd8c5079d1fd80 authored about 6 years ago by Fabrizio Ferrai <[email protected]>
Export `{Integer,Natural}/toDouble` from `package.dhall` (#12)

* Also export `Natural/toDouble` in `Natural/package.dhall`

0275fc37db164df5535f6f31249a85f4466c8be4 authored about 6 years ago by Gabriel Gonzalez <[email protected]>
Parenthesize right-associative output (#11)

This is related to https://github.com/dhall-lang/dhall-lang/pull/233

Specifically, `List/fold...

a22da69657b9316a3c51ba0bf80c9d4024db3fce authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Add `{Integer,Natural}/toDouble` (#10)

I had forgotten to mirror these to the official Prelude when I added them to
the Prelude used b...

4e565d6ed6a5bcb5a8afe1f6829fec59cf34f829 authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Use new `Some` and `None` constructors (#9)

This also removes `./Optional/{Some,None}` since they are now obsolete

0c83aedb290a9c5920b42d7f4c1af97e41e89178 authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Add Function/compose (#4)

302881a17491f3c72238975a6c3e7aab603b9a96 authored over 6 years ago by Oliver Charles <[email protected]>
Relocate `Record` utilities underneath `JSON` subdirectory (#7)

... as discussed in #6

47d2a12c50a324842c3a584c6b79449a3d263fc3 authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Add utilities for working with `dhall-json` (#6)

https://github.com/dhall-lang/dhall-json/issues/32 added `dhall-json`
support for preserving th...

b7d63805cb65a676e64043e41bc052c7f95ddae2 authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Add utilities to generate homogeneous records (#5)

- Add polymorphic `keyValue` to have rows with arbitrary value type
- Add a monomorphic variant...

35deff0d41f2bf86c42089c6ca16665537f54d75 authored over 6 years ago by Fabrizio Ferrai <[email protected]>
Add Some and None for constructing Optional (#3)

c79c2bc3c46f129cc5b6d594ce298a381bcae92c authored over 6 years ago by Fabrizio Ferrai <[email protected]>
Update Prelude to reflect changes to `Natural` literals (#1)

The Prelude examples and code now reflect the fact that `Natural`
numbers don't require a leadi...

e44284bc37a5808861dacd4c8bd13d18411cb961 authored over 6 years ago by Gabriel Gonzalez <[email protected]>
Create dedicated Prelude repository

This initial commit transfers the Prelude from
https://github.com/dhall-lang/dhall-haskell as of...

d48dc5171c9ce04ad2407782babb776ddf0107c3 authored over 6 years ago by Gabriel Gonzalez <[email protected]>