Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (.<<.) :: (Bits a, Typed a, Typed b, Integral b) => Stream a -> Stream b -> Stream a

    copilot-language Copilot.Language.Operators.BitWise

    Shifting values of a stream to the left.

  2. (.>>.) :: (Bits a, Typed a, Typed b, Integral b) => Stream a -> Stream b -> Stream a

    copilot-language Copilot.Language.Operators.BitWise

    Shifting values of a stream to the right.

  3. (.^.) :: Bits a => a -> a -> a

    copilot-language Copilot.Language.Operators.BitWise

    Infix version of xor.

  4. (.|.) :: Bits a => a -> a -> a

    copilot-language Copilot.Language.Operators.BitWise

    Bitwise "or"

  5. (..>) :: (t2 m a -> m a) -> (t1 (t2 m) a -> t2 m a) -> (t2 .|> t1) m a -> m a

    deriving-trans Control.Monad.Trans.Compose.Infix

    A flipped infix operator for runComposeT'.

  6. (./>) :: (forall a . () => t2 m a -> m (StT t2 a)) -> (forall a . () => t1 (t2 m) a -> t2 m (StT t1 a)) -> forall a . () => (t2 .|> t1) m a -> m (StT t2 (StT t1 a))

    deriving-trans Control.Monad.Trans.Compose.Infix

    A flipped infix operator for runComposeT.

  7. type (t2 :: Type -> Type -> Type -> Type) .|> (t1 :: Type -> Type -> Type -> Type) = ComposeT t1 t2

    deriving-trans Control.Monad.Trans.Compose.Infix

    A flipped type-level infix operator for ComposeT.

  8. (.-) :: P2 n -> MFPathData J n -> MFPathData P n

    diagrams-contrib Diagrams.TwoD.Path.Metafont.Combinators

    point .- join -. path adds point to the left end of the metafont path, connected by join.

  9. (.--.) :: P2 n -> MFPathData P n -> MFPathData P n

    diagrams-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.

  10. (.+) :: Amor p => p -> Trans p -> p

    diff-loc DiffLoc.Shift

    Translate a point.

Page 81 of many | Previous | Next