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.

  1. (<.*>) :: Apply f => f (a -> b) -> MaybeApply f a -> f b

    rebase Rebase.Prelude

    Apply a non-empty container of functions to a possibly-empty-with-unit container of values.

  2. (<..>) :: Apply w => w a -> w (a -> b) -> w b

    rebase Rebase.Prelude

    A variant of <.> with the arguments reversed.

  3. (<.>) :: Apply f => f (a -> b) -> f a -> f b

    rebase Rebase.Prelude

    No documentation available.

  4. (<.>) :: ToFilePath filepath => filepath -> Text -> FilePath

    shelly Shelly

    Uses System.FilePath, but can automatically convert a Text.

  5. (<.>) :: ToFilePath filepath => filepath -> Text -> FilePath

    shelly Shelly.Lifted

    Uses System.FilePath, but can automatically convert a Text.

  6. (<.>) :: ToFilePath filepath => filepath -> Text -> FilePath

    shelly Shelly.Pipe

    Uses System.FilePath, but can automatically convert a Text.

  7. (+.*) :: C a v => v -> (a, v) -> v

    synthesizer-core Synthesizer.Interpolation.Class

    Infix variant of scaleAccumulate.

  8. (+.+) :: Table rh ch a -> SemiTable rh a -> Table rh ch a

    tabular Text.Tabular

    below

  9. (^..^) :: Table rh ch a -> SemiTable ch a -> Table rh ch a

    tabular Text.Tabular

    besides

  10. (<.>) :: FilePath -> String -> FilePath

    turtle 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"
    

Page 130 of many | Previous | Next