type-combinators-singletons

Interop between /type-combinators/ and /singletons/.

https://github.com/mstksg/type-combinators-singletons

Version on this page:0.1.0.0
LTS Haskell 11.22:0.2.1.0
Stackage Nightly 2018-03-12:0.2.1.0
Latest on Hackage:0.2.1.0

See all snapshots type-combinators-singletons appears in

BSD-3-Clause licensed by Justin Le
Maintained by [email protected]
This version can be pinned in stack with:type-combinators-singletons-0.1.0.0@sha256:9dbac7c4e8e994f104d91c5c74e972f34f29eb96f6f34b3fbd95ddc04d3d17d4,1451

Module documentation for 0.1.0.0

type-combinator-singletons

Conversions between data-types in type-combinators and singletons from singletons.

There’s a lot of overlap in functionality between the two libraries. I often use both of them together side-by-side to do different things, but there is some friction the process of converting between the identical data types that both libraries have, and between similar typeclasses. This library attempts to ease that friction by providing conversion functions between identical data types and also many of the appropriate typeclass instances.

Changes

Changelog

Version 0.1.0.0

Sep 1, 2017

https://github.com/mstksg/type-combinators-singletons/releases/tag/v0.1.0.0

  • Initial release.