2025-03-23 18:18:38 +01:00

293 B

Lists

------------ !! mapAccumL 
mapAccumL :: (s -> a -> (s, b)) -> s -> [a] -> (s, [b])
------------

Generics in C?

Implement Haskell lists in Python

Forall and exists in functional programming

https://hackage.haskell.org/package/base-4.3.1.0/docs/src/Data-List.html