Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
- 
language-c99-simple Language.C99.Simple.Expr No documentation available.
 (
.| ) :: Logger -> Logger -> Loggerxmonad-contrib XMonad.Util.Loggers An infix operator for logDefault, which can be more convenient to combine multiple loggers.
logTitle .| logWhenActive 0 (logConst "*") .| logConst "There's nothing here"
(
.|. ) :: Bits a => a -> a -> abase Data.Bits Bitwise "or"
(
.|. ) :: Bits a => a -> a -> abase GHC.Bits Bitwise "or"
(
.||. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> PropertyQuickCheck Test.QuickCheck Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.
(
.||. ) :: (Testable prop1, Testable prop2) => prop1 -> prop2 -> Propertytasty-quickcheck Test.Tasty.QuickCheck Disjunction: p1 .||. p2 passes unless p1 and p2 simultaneously fail.
(
.|.= ) :: (MonadState s m, Bits a) => ASetter' s a -> a -> m ()lens Data.Bits.Lens Modify the target(s) of a Lens', Setter or Traversal by computing its bitwise .|. with another value.
>>> execState (do _1 .|.= 15; _2 .|.= 3) (7,7) (15,7)
(.|.=) :: (MonadState s m, Bits a) => Setter' s a -> a -> m () (.|.=) :: (MonadState s m, Bits a) => Iso' s a -> a -> m () (.|.=) :: (MonadState s m, Bits a) => Lens' s a -> a -> m () (.|.=) :: (MonadState s m, Bits a) => Traversal' s a -> a -> m ()
(
.|.~ ) :: Bits a => ASetter s t a a -> a -> s -> tlens Data.Bits.Lens Bitwise .|. the target(s) of a Lens or Setter.
>>> _2 .|.~ 6 $ ("hello",3) ("hello",7)(.|.~) :: Bits a => Setter s t a a -> a -> s -> t (.|.~) :: Bits a => Iso s t a a -> a -> s -> t (.|.~) :: Bits a => Lens s t a a -> a -> s -> t (.|.~) :: (Monoid a, Bits a) => Traversal s t a a -> a -> s -> t
(
.|. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit operators
(
.||. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit operators