| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
GHC.Core.Opt.SpecConstr
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 #-}.
Constructors
| NoSpecConstr | |
| ForceSpecConstr |