Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data SpecConstrAnnotation Source #
Deprecated, use SPEC
directly instead.
Annotating a type with NoSpecConstr
will make SpecConstr
not specialise for arguments of that type,
e. g., {-# ANN type SPEC ForceSpecConstr #-}
.