Hoogle Search
Within LTS Haskell 24.22 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
&&&! ) :: (a -> b) -> (a -> c) -> a -> (b, c)netwire Control.Wire.Core Left-strict version of &&& for functions.
-
netwire Control.Wire.Event Merge events with the rightmost event taking precedence. Equivalent to using the monoid interface with Last. Infixl 5.
- Depends: now on both.
- Inhibits: when any of the two wires inhibit.
(
&& ) :: Boolean a => a -> a -> aAgda Agda.Utils.Boolean No documentation available.
(
&&& ) :: Arrow a => a b c -> a b c' -> a b (c, c')Agda Agda.Utils.Lens Fanout: send the input to both argument arrows and combine their output. The default definition may be overridden with a more efficient version if desired.
(
&&* ) :: Boolean b => b -> b -> bBoolean Data.Boolean No documentation available.
(
&& ) :: Boolean a => a -> a -> aBoolean Data.Boolean.Overload No documentation available.
(
&? ) :: Mass Bool -> Mass Bool -> Mass Boolapproximate Data.Approximate.Mass Calculate the logical and of two booleans with confidence lower bounds.
-
clash-prelude Clash.HaskellPrelude No documentation available.
(
&& ) :: Boolean b => b -> b -> bcond Data.Algebra.Boolean Logical conjunction. (infixr 3)
-
conduino Data.Conduino Like .|, but get the result of both pipes on termination, instead of just the second. This means that p &| q will only terminate with a result when both p and q terminate. (Typically, p .| q would terminate as soon as q terminates.)