Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
faktory Faktory.Prelude Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.
(
$: ) :: (a -> b) -> (a ::: p) -> b ::: pgdp Data.Refined Given a value and a proof, apply a function to the value but leave the proof unchanged.
(
$. ) :: Walk c b d -> GTraversal c a b -> GTraversal c a dgreskell Data.Greskell Same as &. with arguments flipped.
(
$. ) :: Walk c b d -> GTraversal c a b -> GTraversal c a dgreskell Data.Greskell.GTraversal Same as &. with arguments flipped.
(
$. ) :: Walk c b d -> GTraversal c a b -> GTraversal c a dgreskell Data.Greskell.GTraversal.Gen Same as &. with arguments flipped.
-
hledger-web Hledger.Web.Import Strict (call-by-value) application operator. It takes a function and an argument, evaluates the argument to weak head normal form (WHNF), then calls the function with that value.
(
$< ) :: Functor f => f a -> a -> f ()invertible Control.Invertible.Monoidal flip (>$)
(
$$ ) :: (ToJExpr a, ToJExpr b) => a -> b -> JStatjmacro Language.Javascript.JMacro.Util No documentation available.
(
$+$ ) :: Doc ann -> Doc ann -> Doc annlanguage-bash Language.Bash.Pretty x $+$ y concatenates x and y with a line in between
(
$++$ ) :: Doc ann -> Doc ann -> Doc annlanguage-bash Language.Bash.Pretty Behaves like $+$ except that if one of the documents was empty we do not concatenate at all. mempty is the identity of $+$:
x $++$ mempty == x
andmempty $++$ y == y