Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. (<..>) :: Applicative m => m Term -> m Term -> m Term

    Agda Agda.TypeChecking.Primitive.Base

    No documentation available.

  2. (<.>) :: Functor m => (b -> c) -> (a -> m b) -> a -> m c

    Agda Agda.Utils.Functor

    Composition: pure function after functorial (monadic) function.

  3. (^.) :: o -> Lens' o i -> i

    Agda Agda.Utils.Lens

    Get inner part i of structure o as designated by Lens' o i.

  4. (+.+) :: String -> String -> String

    BNFC BNFC.Utils

    Concatenate strings by a dot.

  5. (>.>) :: (a -> b) -> (b -> c) -> a -> c

    BNFC BNFC.Utils

    Diagrammatic composition.

  6. (<.>) :: Vec -> Vec -> R

    LPFP LPFP

    Dot product of two vectors.

  7. (<.>) :: Vec -> Vec -> R

    LPFP LPFP.SimpleVec

    Dot product of two vectors.

  8. (%.<) :: Coords -> Plane -> Draw

    ansi-terminal-game Terminal.Game

    Pastes a plane onto another (origin: bottom-left).

  9. (%.>) :: Coords -> Plane -> Draw

    ansi-terminal-game Terminal.Game

    Pastes a plane onto another (origin: bottom-right).

  10. (!.) :: Integral ix => QGenExpr context Postgres s (Vector a) -> QGenExpr context Postgres s ix -> QGenExpr context Postgres s a

    beam-postgres Database.Beam.Postgres

    Index into the given array. This translates to the array[index] syntax in postgres. The beam operator name has been chosen to match the 'Data.Vector.(!)' operator.

Page 139 of many | Previous | Next