th-constraint-compat-0.0.1.0: Compatibility for type constraint template

Copyright2017 Kei Hibino
LicenseBSD3
Maintainerex8k.hibino@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

Language.Haskell.TH.Compat.Constraint

Description

This module provides compatibility definitions of constraint context template for before temaplate-haskell-2.9

Synopsis

Documentation

classP :: Name -> [Q Type] -> Q Pred Source #

type-class predicate context. definition to keep backward comatiblity.