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.
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.
(
<.> ) :: FilePath -> String -> FilePatheasy-file System.EasyFile Alias to addExtension, for people who like that sort of thing.
pattern (
:*. ) :: a -> LL a ds -> LL a ('() ': ds)hetero-parameter-list Data.HeteroParList No documentation available.
(
-<.> ) :: FilePath -> String -> FilePathhledger Hledger.Cli.Script Remove the current extension and add another, equivalent to replaceExtension.
"/directory/path.txt" -<.> "ext" == "/directory/path.ext" "/directory/path.txt" -<.> ".ext" == "/directory/path.ext" "foo.o" -<.> "c" == "foo.c"
(
<.> ) :: FilePath -> String -> FilePathhledger Hledger.Cli.Script 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"
(
^. ) :: s -> FoldLike a s t a b -> alens-family-core Lens.Family (^.) :: s -> Getter s t a b -> a
Access the value referenced by a getter or lens.(^.) :: Monoid a => s -> Fold s t a b -> a
Access the monoidal summary referenced by a traversal or a fold.(
^.. ) :: s -> FoldLike [a] s t a b -> [a]lens-family-core Lens.Family (^..) :: s -> Fold s t a b -> [a]
Returns a list of all of the referenced values in order.-
optics-extra Optics.State.Operators Set with pass-through. This is useful for chaining assignment without round-tripping through your Monad stack.
-
optics-extra Optics.State.Operators Replace the target of a PermeableOptic into your Monad's state with a user supplied value and return the old value that was replaced.