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.1.0
LTS Haskell 22.26:0.1.1.1
Stackage Nightly 2024-06-22: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.1.0@sha256:64dbe884c1c55ed8cf2277aab2da41f4a2079811cd77bf0355d1e65113a30066,1095

Module documentation for 0.1.1.0

Used by 1 package in nightly-2022-11-23(full list with versions):

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.1.0

  • Cleanup and a slight performance improvement #7
  • Implement typeRepToType :: SomeTypeRep -> Type #8

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