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. (->>>>>>>>>:>) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k) -> j -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the type of the 10th argument.

  2. (->>>>>>>>>>:) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k) -> k -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the result type of a 10-argument function.

  3. (->>>>>>>>>>:>) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l) -> k -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the type of the 11th argument.

  4. (->>>>>>>>>>>:) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l) -> l -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the result type of a 11-argument function.

  5. (->>>>>>>>>>>:>) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l -> m) -> m -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l -> m

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the type of the 12th argument.

  6. (->>>>>>>>>>>>:) :: (a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l -> m) -> m -> a -> b -> c -> d -> e -> f -> g -> h -> i -> j -> k -> l -> m

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the result type of a 12-argument function.

  7. (.>>>.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc-lib-parser GHC.JS.Make

    JS infix bit shift operators

  8. (->>>:) :: (a -> b -> c -> d) -> d -> a -> b -> c -> d

    express Data.Express.Express

    Type restricted version of const that forces the result of the result of the result of its first argument to have the same type as the second.

  9. (->>>>:) :: (a -> b -> c -> d -> e) -> e -> a -> b -> c -> d -> e

    express Data.Express.Express

    Forces the result type of a 4-argument function.

  10. (->>>>>:) :: (a -> b -> c -> d -> e -> f) -> f -> a -> b -> c -> d -> e -> f

    express Data.Express.Express

    Forces the result type of a 5-argument function.

Page 4 of many | Previous | Next