Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. (%:) :: forall (m :: Type -> Type) r a . Monad m => T r a -> (a -> a) -> StateT r m ()

    data-accessor-transformers Data.Accessor.Monad.Trans.State

    Infix variant of modify.

  2. (=:) :: String -> Assertion -> TestTree

    tasty-hslua Test.Tasty.HsLua

    Infix alias for testCase.

  3. (?:) :: HasCallStack => String -> LuaE e Bool -> TestTree

    tasty-hslua Test.Tasty.HsLua

    Infix alias for luaTestBool.

  4. (-:) :: a -> a -> a

    express Data.Express.Express

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

    value -: (undefined :: Ty)  =  value :: Ty
    

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

    express Data.Express.Express

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

    f ->: (undefined :: Ty)  =  f :: a -> Ty
    

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

    express Data.Express.Express

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

    f ->>: (undefined :: Ty)  =  f :: a -> b -> Ty
    

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

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

    express Data.Express.Express

    Forces the result type of a 4-argument function.

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

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

    express Data.Express.Express

    Forces the result type of a 6-argument function.

Page 85 of many | Previous | Next