exp package:Cabal-syntax

exponent corresponds to the second component of decodeFloat. exponent 0 = 0 and for finite nonzero x, exponent x = snd (decodeFloat x) + floatDigits x. If x is a finite floating-point number, it is equal in value to significand x * b ^^ exponent x, where b is the floating-point radix. The behaviour is unspecified on infinite or NaN values.
Parse a String with given ParsecParser. Trailing whitespace is accepted.
Parse a String with given ParsecParser and CabalSpecVersion. Trailing whitespace is accepted. See explicitEitherParsec.
Get all the module names from the library (exposed and internal modules) which are explicitly listed in the package description which would need to be compiled. (This does not include reexports, which do not need to be compiled.) This may not include all modules for which GHC generated interface files (i.e., implicit modules.)
Make forall a keyword in types, which can be used to give the generalisation explicitly.
Enable explicit namespaces in module import/export lists.
Used to emit an error on an unexpected token
Experimental feature
HPND-UC-export-US, Historical Permission Notice and Disclaimer - University of California, US export warning, SPDX License List 3.25
HPND-export2-US, HPND with US Government export control and 2 disclaimers, SPDX License List 3.25
HPND-export-US, HPND with US Government export control warning, SPDX License List 3.23, SPDX License List 3.25
HPND-export-US-acknowledgement, HPND with US Government export control warning and acknowledgment, SPDX License List 3.25