xrefcheck-0.3.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Xrefcheck.Util

Synopsis

Documentation

type family Field f a where ... Source #

Config fields that may be abscent.

Equations

Field Identity a = a 
Field Maybe a = Maybe a 

(-:) :: a -> b -> (a, b) infixr 0 Source #

aesonConfigOption :: Options Source #

Options that we use to derive JSON instances for config types.