Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
sqlite-simple Database.SQLite.Simple No documentation available.
(
:= ) :: forall v . ToField v => Text -> v -> NamedParamsqlite-simple Database.SQLite.Simple No documentation available.
-
sqlite-simple Database.SQLite.Simple.Types A composite type to parse your custom data structures without having to define dummy newtype wrappers every time.
instance FromRow MyData where ...
instance FromRow MyData2 where ...
then I can do the following for free:res <- query' c "..." forM res $ \(MyData{..} :. MyData2{..}) -> do .... -
sqlite-simple Database.SQLite.Simple.Types No documentation available.
(
:+ ) :: Integer -> Integer -> EisensteinIntegerarithmoi Math.NumberTheory.Quadratic.EisensteinIntegers No documentation available.
(
:+ ) :: Integer -> Integer -> GaussianIntegerarithmoi Math.NumberTheory.Quadratic.GaussianIntegers No documentation available.
data ((f :: k -> Type)
:*: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Products: encode multiple arguments to constructors
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)barbies Barbies.Internal No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)barbies Barbies.Internal Sums: encode choice between constructors
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)barbies Barbies.Internal Composition of functors