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.

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

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

    copilot-language Copilot.Language.Operators.BitWise

    Infix version of xor.

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

    copilot-language Copilot.Language.Operators.BitWise

    Bitwise "or"

  4. (..>) :: (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'.

  5. (./>) :: (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.

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

  7. (.-) :: 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.

  8. (.--.) :: 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.

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

    diff-loc DiffLoc.Shift

    Translate a point.

  10. (.-.?) :: 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.

Page 81 of many | Previous | Next