Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<.> ) :: ToFilePath filepath => filepath -> Text -> FilePathshelly Shelly.Pipe Uses System.FilePath, but can automatically convert a Text.
-
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.
-
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.
(
+.* ) :: C a v => v -> (a, v) -> vsynthesizer-core Synthesizer.Interpolation.Class Infix variant of scaleAccumulate.
(
+.+ ) :: Table rh ch a -> SemiTable rh a -> Table rh ch atabular Text.Tabular below
(
^..^ ) :: Table rh ch a -> SemiTable ch a -> Table rh ch atabular Text.Tabular besides
(
<.> ) :: FilePath -> String -> FilePathturtle Turtle Add an extension, even if there is already one there, equivalent to addExtension.
"/directory/path" <.> "ext" == "/directory/path.ext" "/directory/path" <.> ".ext" == "/directory/path.ext"
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)barbies Barbies.Internal Composition of functors