happstack-util-0.5.0.1: Web framework

Happstack.Util.TH

Synopsis

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