Hoogle Search
Within LTS Haskell 24.20 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.>>. ) :: (Bits a, Typed a, Typed b, Integral b) => Stream a -> Stream b -> Stream acopilot-language Copilot.Language.Operators.BitWise Shifting values of a stream to the right.
(
.^. ) :: Bits a => a -> a -> acopilot-language Copilot.Language.Operators.BitWise Infix version of xor.
(
.|. ) :: Bits a => a -> a -> acopilot-language Copilot.Language.Operators.BitWise Bitwise "or"
(
..> ) :: (t2 m a -> m a) -> (t1 (t2 m) a -> t2 m a) -> (t2 .|> t1) m a -> m aderiving-trans Control.Monad.Trans.Compose.Infix A flipped infix operator for runComposeT'.
-
deriving-trans Control.Monad.Trans.Compose.Infix A flipped infix operator for runComposeT.
type (t2 :: Type -> Type -> Type -> Type)
.|> (t1 :: Type -> Type -> Type -> Type) = ComposeT t1 t2deriving-trans Control.Monad.Trans.Compose.Infix A flipped type-level infix operator for ComposeT.
(
.- ) :: P2 n -> MFPathData J n -> MFPathData P ndiagrams-contrib Diagrams.TwoD.Path.Metafont.Combinators point .- join -. path adds point to the left end of the metafont path, connected by join.
(
.--. ) :: P2 n -> MFPathData P n -> MFPathData P ndiagrams-contrib Diagrams.TwoD.Path.Metafont.Combinators Add a point to the left of a Metafont path using a simple join. That is, neither direction is specified, and both tensions are 1.
(
.+ ) :: Amor p => p -> Trans p -> pdiff-loc DiffLoc.Shift Translate a point.
(
.-.? ) :: Amor p => p -> p -> Maybe (Trans p)diff-loc DiffLoc.Shift Translation between two points. j .-.? i must be defined (Just) if i <= j, There is an unsafe wrapper (.-.) in DiffLoc.Unsafe.