mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-22 03:00:16 +00:00
hotfix
This commit is contained in:
parent
abbe2d188d
commit
bf4f76bfb0
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Represents the application of a function to it's argument.
|
|||
It is handy to iterate over some monad contents. *List* is obliviously the first candidate:
|
||||
```python
|
||||
|
||||
m_list: List[int] = List([1, 2, 4])
|
||||
m_list: List[int] = List([1, 2, 4, 9])
|
||||
for i in m_list:
|
||||
...
|
||||
|
||||
|
|
Loading…
Reference in a new issue