Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<.*> ) :: Apply f => f (a -> b) -> MaybeApply f a -> f brebase Rebase.Prelude Apply a non-empty container of functions to a possibly-empty-with-unit container of values.
(
<..> ) :: Apply w => w a -> w (a -> b) -> w brebase Rebase.Prelude A variant of <.> with the arguments reversed.
(
<.> ) :: Apply f => f (a -> b) -> f a -> f brebase Rebase.Prelude No documentation available.
(
<.> ) :: ToFilePath filepath => filepath -> Text -> FilePathshelly Shelly Uses System.FilePath, but can automatically convert a Text.
(
<.> ) :: ToFilePath filepath => filepath -> Text -> FilePathshelly Shelly.Lifted Uses System.FilePath, but can automatically convert a Text.
(
<.> ) :: ToFilePath filepath => filepath -> Text -> FilePathshelly Shelly.Pipe Uses System.FilePath, but can automatically convert a Text.
(
+.* ) :: 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"