 | curry-frontend-0.2.5: Compile the functional logic language Curry to several intermediate formats | Source code | Contents | Index |
|
|
|
|
|
Documentation |
|
(++!) :: [a] -> [a] -> [a] | Source |
|
|
foldl2 :: (a -> b -> c -> a) -> a -> [b] -> [c] -> a | Source |
|
|
foldr2 :: (a -> b -> c -> c) -> c -> [a] -> [b] -> c | Source |
|
|
mapAccumM :: Monad m => (a -> b -> m (a, c)) -> a -> [b] -> m (a, [c]) | Source |
|
|
Produced by Haddock version 2.4.2 |