Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.&&. ) :: Applicative f => f Bool -> f Bool -> f Boolclash-prelude Clash.Signal.Internal The above type is a generalization for:
(.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
It is a version of (&&) that returns a Signal of Bool-
clash-prelude Clash.Verification.DSL No documentation available.
(
<&> ) :: Functor f => f a -> (a -> b) -> f bincipit-base Incipit.Base Flipped version of <$>.
(<&>) = flip fmap
Examples
Apply (+1) to a list, a Just and a Right:>>> Just 2 <&> (+1) Just 3
>>> [1,2,3] <&> (+1) [2,3,4]
>>> Right 3 <&> (+1) Right 4
(
.&&. ) :: (a -> Bool) -> (a -> Bool) -> a -> Boolliquidhaskell-boot Language.Haskell.Liquid.Misc No documentation available.
-
mfsolve Math.MFSolve Make the pairs of expressions on both sides equal. No error is signaled if the equation for one of the sides is Redundant for example in (x, 0) == (y, 0).
-
netwire Control.Wire.Event Merge events with the leftmost event taking precedence. Equivalent to using the monoid interface with First. Infixl 5.
- Depends: now on both.
- Inhibits: when any of the two wires inhibit.
(
<&> ) :: Location base -> QueryParam -> Location basepath-extra Path.Extended No documentation available.
(
.&& ) :: SBool -> SBool -> SBoolsbv Data.SBV Symbolic conjunction
(
.~& ) :: SBool -> SBool -> SBoolsbv Data.SBV Symbolic nand
(
.&& ) :: SBool -> SBool -> SBoolsbv Data.SBV.Internals Symbolic conjunction