| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
GHC.Core.Opt.SpecConstr
Documentation
data SpecConstrAnnotation #
Constructors
| NoSpecConstr | |
| ForceSpecConstr |
Instances
newtype SpecFailWarning Source #
Constructors
| SpecFailForcedArgCount | |
Fields | |
Instances
| Outputable SpecFailWarning Source # | |
Defined in GHC.Core.Opt.SpecConstr Methods ppr :: SpecFailWarning -> SDoc Source # | |