Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Builtin.Types No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
-
ghc GHC.Builtin.Types No documentation available.
boolToRecFlag :: Bool -> RecFlagghc GHC.Types.Basic No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
autodocodec Autodocodec Codec for boolean values
Example usage
>>> toJSONVia boolCodec True Bool True
API Note
This is a forward-compatible version of BoolCodec without a name.boolCodec = BoolCodec Nothing
-
autodocodec Autodocodec.Codec Codec for boolean values
Example usage
>>> toJSONVia boolCodec True Bool True
API Note
This is a forward-compatible version of BoolCodec without a name.boolCodec = BoolCodec Nothing
booleanFieldDef :: FieldGrammar c g => FieldName -> ALens' s Bool -> Bool -> g s BoolCabal-syntax Distribution.FieldGrammar Boolean field with a default value.
booleanFieldDef :: FieldGrammar c g => FieldName -> ALens' s Bool -> Bool -> g s BoolCabal-syntax Distribution.FieldGrammar.Class Boolean field with a default value.