Hoogle Search
Within LTS Haskell 24.42 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
->>>>>: ) :: (a -> b -> c -> d -> e -> f) -> f -> a -> b -> c -> d -> e -> fexpress Data.Express.Express Forces the result type of a 5-argument function.
(
->>>>>>: ) :: (a -> b -> c -> d -> e -> f -> g) -> g -> a -> b -> c -> d -> e -> f -> gexpress Data.Express.Express Forces the result type of a 6-argument function.
(
->>>>>>>: ) :: (a -> b -> c -> d -> e -> f -> g -> h) -> h -> a -> b -> c -> d -> e -> f -> g -> hexpress Data.Express.Express Forces the result type of a 7-argument function.
-
express Data.Express.Express Forces the result type of a 8-argument function.
-
express Data.Express.Express Forces the result type of a 9-argument function.
-
express Data.Express.Express Forces the result type of a 10-argument function.
-
express Data.Express.Express Forces the result type of a 11-argument function.
-
express Data.Express.Express Forces the result type of a 12-argument function.
-
express Data.Express.Fixtures The list constructor lifted over the Expr type. Works for the element types Int, Char and Bool.
> zero -:- one -:- unit two [0,1,2] :: [Int]
> zero -:- one -:- two -:- nil [0,1,2] :: [Int]
> bee -:- unit cee "bc" :: [Char]
(
->:: ) :: TypeRep -> TypeRep -> TypeRepexpress Data.Express.Utils.Typeable An infix alias for mkFunTy. It is right associative.