hedgehog-1.0.1: Release with confidence.

Safe HaskellNone
LanguageHaskell98

Hedgehog.Internal.TH

Synopsis

Documentation

type TExpQ a = Q (TExp a) Source #

discover :: TExpQ Group Source #

Discover all the properties in a module.

Functions starting with prop_ are assumed to be properties.