lift-type

Lift a type from a Typeable constraint to a Template Haskell type

https://github.com/parsonsmatt/lift-type#readme

Version on this page:0.1.0.1
LTS Haskell 22.14:0.1.1.1
Stackage Nightly 2024-03-28:0.1.1.1
Latest on Hackage:0.1.1.1

See all snapshots lift-type appears in

BSD-3-Clause licensed by Matt Parsons
Maintained by [email protected]
This version can be pinned in stack with:lift-type-0.1.0.1@sha256:6e38e49bf086fd2203346417d96ad2e6c300d8d8f41d222780abdccc7a4e451b,1106

Module documentation for 0.1.0.1

lift-type

This library provides a utility function liftType which accepts a type application argument and returns the Template Haskell Type representation of it.

Changes

Changelog for lift-typeable

0.1.0.1

  • Support GHC 8.2.2, which evidently required TypeInType for the forall k (a :: k) signature.

0.1.0.0

  • Initial release