lift-type: Lift a type from a Typeable constraint to a Template Haskell type

[ bsd3, library, unclassified ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.1.1
Change log ChangeLog.md
Dependencies base (>=4.10 && <5), template-haskell [details]
License BSD-3-Clause
Copyright 2021 Matt Parsons
Author Matt Parsons
Maintainer parsonsmatt@gmail.com
Home page https://github.com/parsonsmatt/lift-type#readme
Bug tracker https://github.com/parsonsmatt/lift-type/issues
Source repo head: git clone https://github.com/parsonsmatt/lift-type
Uploaded by parsonsmatt at 2022-11-24T18:42:13Z
Distributions Arch:0.1.1.1, Fedora:0.1.0.1, LTSHaskell:0.1.1.1, NixOS:0.1.1.1, Stackage:0.1.1.1, openSUSE:0.1.1.1
Reverse Dependencies 2 direct, 242 indirect [details]
Downloads 7906 total (141 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-11-24 [all 1 reports]

Readme for lift-type-0.1.1.1

[back to package description]

lift-type

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