conf

Try to parse a configuration value at the given key. Multiple confs will be tried in order.
Not on Stackage, so not searched. Parser for Haskell-based configuration files.
HTTP configuration
Read extra CLI arguments from a hledger config file.
A hledger config file.
The fixity of the constructor
Fuse a Traversal by reassociating all of the (<*>) operations to the left and fusing all of the fmap calls into one. This is particularly useful when constructing a Traversal using operations from GHC.Generics. Given a pair of Traversals foo and bar,
confusing (foo.bar) = foo.bar
However, foo and bar are each going to use the Applicative they are given. confusing exploits the Yoneda lemma to merge their separate uses of fmap into a single fmap. and it further exploits an interesting property of the right Kan lift (or Curried) to left associate all of the uses of (<*>) to make it possible to fuse together more fmaps. This is particularly effective when the choice of functor f is unknown at compile time or when the Traversal foo.bar in the above description is recursive or complex enough to prevent inlining. fusing is a version of this combinator suitable for fusing lenses.
confusing :: Traversal s t a b -> Traversal s t a b
Provides a Traversal of the types of each field of a constructor.
Conflict 409
Parse a configuration.
Confidence interval for bootstrap estimation (greater than 0, less than 1).
Over-ride this hook to get different behavior during configure.
Configure the compiler ONLY.
Configure the compiler and associated programs such as hc-pkg, haddock and toolchain program such as ar, ld.
Configure programs associated to the compiler, such as hc-pkg, haddock and toolchain program such as ar, ld.
Perform the "./setup configure" action. Returns the .setup-config file.
Configure GHC, and then auxiliary programs such as ghc-pkg, haddock as well as toolchain programs such as ar, @ld.
Configure GHC.
Configure GHCJS, and then auxiliary programs such as ghc-pkg, haddock as well as toolchain programs such as ar, @ld.
Configure GHCJS.