Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
<.> ) :: 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"
newtype ((f :: k2 -> Type)
:.: (g :: k1 -> k2)) (p :: k1)barbies Barbies.Internal Composition of functors
(
^.^ ) :: Num a => Point a -> Point a -> acubicbezier Geom2D Dot product of two vectors.