Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

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

  1. (&.) :: GTraversal c a b -> Walk c b d -> GTraversal c a d

    greskell Data.Greskell.GTraversal

    Apply the Walk to the GTraversal. In Gremlin, this means calling a chain of methods on the Traversal object.

  2. (&.) :: GTraversal c a b -> Walk c b d -> GTraversal c a d

    greskell Data.Greskell.GTraversal.Gen

    Apply the Walk to the GTraversal. In Gremlin, this means calling a chain of methods on the Traversal object.

  3. (&&) :: Bool -> Bool -> Bool

    hledger-web Hledger.Web.Import

    Boolean "and", lazy in the second argument

  4. (&&) :: JExpr -> JExpr -> JExpr

    jmacro Language.Javascript.JMacro.Util

    No documentation available.

  5. (&&&) :: (Profunctor p, Semigroupal (->) (,) (,) (,) p) => p x a -> p x b -> p x (a, b)

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    Infix operator for fanout.

  6. (&|) :: Semigroupal (->) (,) Either (,) p => p a b -> p c d -> p (a, c) (Either b d)

    monoidal-functors Data.Bifunctor.Monoidal.Specialized

    Infix operator for switch.

  7. (&->.) :: forall record typ nest . PersistEntity nest => EntityField record nest -> EntityField nest typ -> NestedField record typ

    persistent-mongoDB Database.Persist.MongoDB

    Point to a nested field to query. This field is not an array type. Use with nestEq.

  8. (&~>.) :: forall val nes nes1 . PersistEntity nes1 => EntityField val nes1 -> NestedField nes1 nes -> NestedField val nes

    persistent-mongoDB Database.Persist.MongoDB

    Point to a nested field to query. This field is not an array type. This level of nesting is not the final level. Use ->. or &>. to point to the final level.

  9. (&&) :: RBool -> RBool -> RBool

    rec-def Data.Recursive.Bool

    RB.get (r1 RB.&& r2) === (RB.get r1 && RB.get r2)
    

  10. (&&) :: RDualBool -> RDualBool -> RDualBool

    rec-def Data.Recursive.DualBool

    RDB.get (r1 RDB.&& r2) === (RDB.get r1 && RDB.get r2)
    

Page 22 of many | Previous | Next