Safe Haskell | None |
---|---|
Language | Haskell2010 |
Potentially uninitialised Booleans
Documentation
data WithDefault (b :: Bool) Source #
Instances
Eq (WithDefault b) Source # | |
Defined in Agda.Utils.WithDefault (==) :: WithDefault b -> WithDefault b -> Bool # (/=) :: WithDefault b -> WithDefault b -> Bool # | |
Show (WithDefault b) Source # | |
Defined in Agda.Utils.WithDefault showsPrec :: Int -> WithDefault b -> ShowS # show :: WithDefault b -> String # showList :: [WithDefault b] -> ShowS # | |
NFData (WithDefault b) Source # | |
Defined in Agda.Utils.WithDefault rnf :: WithDefault b -> () # | |
Typeable b => EmbPrj (WithDefault b) Source # | |
Defined in Agda.TypeChecking.Serialise.Instances.Common |
setDefault :: Bool -> WithDefault b -> WithDefault b Source #
collapseDefault :: KnownBool b => WithDefault b -> Bool Source #