@hackage th-sccs0.0.0.20110723
Binding group analysis in Template Haskell
Categories
License
BSD-3-Clause
Maintainer
nicolas.frisby@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
- 0.0.0.20110723 Sat, 23 Jul 2011
- 0.0.0.20110310 Fri, 11 Mar 2011
- 0.0.0.20110217 Thu, 17 Feb 2011
Installation
Dependencies (3)
- base >=4 && <5
- containers
- template-haskell >=2.5.0.0 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/yoko
th-sccs exposes Template Haskell functions for computing the
mutually recursive binding groups for data and type synonym
declarations, excluding those that use type families.
This includes a convenient type class for gathering the type
constructor names that occur within a TH Info
/Dec
/Type
value.