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.
pattern (
:< ) :: Cons s s a a => a -> s -> soptics-core Optics.Cons.Core Pattern synonym for matching on the leftmost element of a structure.
>>> case ['a','b','c'] of (x :< _) -> x 'a'
pattern (
:> ) :: Snoc s s a a => s -> a -> soptics-core Optics.Cons.Core Pattern synonym for matching on the rightmost element of a structure.
>>> case ['a','b','c'] of (_ :> x) -> x 'c'
(
:&: ) :: Selector -> Selector -> Selectormarkdown-unlit Text.Markdown.Unlit No documentation available.
(
:|: ) :: Selector -> Selector -> Selectormarkdown-unlit Text.Markdown.Unlit No documentation available.
-
postgresql-simple Database.PostgreSQL.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 ....
-
postgresql-simple Database.PostgreSQL.Simple No documentation available.
-
postgresql-simple Database.PostgreSQL.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 ....
-
postgresql-simple Database.PostgreSQL.Simple.Types No documentation available.
-
strict Data.Strict.Tuple No documentation available.
-
strict Data.Strict.Tuple No documentation available.