happstack-util-0.3.1: Web frameworkSource codeContentsIndex
Happstack.Util.TH
Synopsis
instanceD' :: CxtQ -> TypeQ -> Q [Dec] -> DecQ
isSigD :: Dec -> Bool
Documentation
instanceD' :: CxtQ -> TypeQ -> Q [Dec] -> DecQSource
Version of instanceD that takes in a Q [Dec] instead of a [Q Dec] and filters out signatures from the list of declarations
isSigD :: Dec -> BoolSource
Returns true if the Dec matches a SigD constructor
Produced by Haddock version 2.4.2