Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. ($!!) :: NFData a => (a -> b) -> a -> b

    rio RIO.Prelude

    the deep analogue of $!. In the expression f $!! x, x is fully evaluated before the function f is applied to it.

  2. ($!!) :: WNFData a => (a -> b) -> a -> b

    hxt Control.FlatSeq

    No documentation available.

  3. ($!!) :: NFData a => (a -> b) -> a -> b

    relude Relude.DeepSeq

    the deep analogue of $!. In the expression f $!! x, x is fully evaluated before the function f is applied to it.

  4. (%!!) :: forall a (t1 :: NonEmpty a) (t2 :: Natural) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((!!@#@$) :: TyFun (NonEmpty a) (Natural ~> a) -> Type) t1) t2)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  5. (%!!) :: forall a (t1 :: [a]) (t2 :: Natural) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((!!@#@$) :: TyFun [a] (Natural ~> a) -> Type) t1) t2)

    singletons-base Data.List.Singletons

    No documentation available.

  6. (%!!) :: forall a (t1 :: [a]) (t2 :: Natural) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ((!!@#@$) :: TyFun [a] (Natural ~> a) -> Type) t1) t2)

    singletons-base Prelude.Singletons

    No documentation available.

  7. ($!!) :: NFData a => (a -> b) -> a -> b

    protolude Protolude

    the deep analogue of $!. In the expression f $!! x, x is fully evaluated before the function f is applied to it.

  8. ($!!) :: NFData a => (a -> b) -> a -> b

    classy-prelude ClassyPrelude

    the deep analogue of $!. In the expression f $!! x, x is fully evaluated before the function f is applied to it.

  9. (^!!) :: Monad m => s -> Acting m [a] s a -> m [a]

    lens-action Control.Lens.Action

    Perform a MonadicFold and collect all of the results in a list.

    >>> ["ab","cd","ef"]^!!folded.acts
    ["ace","acf","ade","adf","bce","bcf","bde","bdf"]
    
    > [1,2]^!!folded.act (i -> putStr (show i ++ ": ") >> getLine).each.to succ
    1: aa
    2: bb
    "bbcc"
    

  10. (^@!!) :: Monad m => s -> IndexedActing i m [(i, a)] s a -> m [(i, a)]

    lens-action Control.Lens.Action

    Obtain a list of all of the results of an IndexedMonadicFold.

Page 10 of many | Previous | Next