Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
IdentifierStyle (m :: Type -> Type)parsers Text.Parser.Token Used to describe an input style for constructors, values, operators, etc.
-
parsers Text.Parser.Token No documentation available.
-
parsers Text.Parser.Token.Highlight No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.Types Wrap text for use as sql identifier, i.e. a table or column name.
Identifier :: Text -> Identifierpostgresql-simple Database.PostgreSQL.Simple.Types No documentation available.
-
hlint Language.Haskell.HLint An idea suggest by a Hint.
-
hlint Language.Haskell.HLint No documentation available.
-
rio RIO.Prelude.Types Identity functor and monad. (a non-strict monad)
Examples
>>> fmap (+1) (Identity 0) Identity 1
>>> Identity [1, 2, 3] <> Identity [4, 5, 6] Identity [1,2,3,4,5,6]
>>> do x <- Identity 10 y <- Identity (x + 5) pure (x + y) Identity 25
-
rio RIO.Prelude.Types No documentation available.
-
shakespeare Text.Shakespeare.Base No documentation available.