a
This commit is contained in:
17
haskell/sessions/23_03/notes.md
Normal file
17
haskell/sessions/23_03/notes.md
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
## Lists
|
||||
|
||||
```hs
|
||||
------------ !! 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
|
Reference in New Issue
Block a user