Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
newtype (a :: Nat)
:=:# (b :: Nat)natural-arithmetic Arithmetic.Unsafe No documentation available.
pattern (
:< ) :: Ord a => a -> MinQueue a -> MinQueue apqueue Data.PQueue.Min A bidirectional pattern synonym for working with the minimum view of a MinQueue. Using :< to construct a queue performs an insertion in <math> amortized time. When matching on a :< q, forcing q takes <math> time.
pattern (
:< ) :: Ord k => (k, a) -> MinPQueue k a -> MinPQueue k apqueue Data.PQueue.Prio.Min A bidirectional pattern synonym for working with the minimum view of a MinPQueue. Using :< to construct a queue performs an insertion in <math> amortized time. When matching on (k, a) :< q, forcing q takes <math> time.
-
sqlite-simple Database.SQLite.Simple 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 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.
-
tfp Type.Data.Bool No documentation available.
-
tfp Type.Data.Bool No documentation available.