Skip to content

Commit bb25721

Browse files
committed
remove composer.lock (see issue #116) & fix some typos
1 parent 4e4155e commit bb25721

3 files changed

Lines changed: 3 additions & 4286 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor/
22
.idea
33
.php_cs.cache
44
.phpunit.cache
5+
composer.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To simplify this experience, set of higher order primitives is introduced in lib
2424
* `Sum`
2525
* `Product`
2626
* `Stringg`
27-
* `Listt` (a.k.a List Monad, since `list` is a protected keyword in PHP)
27+
* `Listt` (a.k.a. List Monad, since `list` is a protected keyword in PHP)
2828

2929
## Applications
3030
Known applications of this project
@@ -314,7 +314,7 @@ $this->assertEquals(
314314
## Haskell `do notation` in PHP
315315
Why Haskell's do notation is interesting?
316316

317-
In Haskell is just an "syntax sugar" and in many ways is not needed,
317+
In Haskell is just a "syntax sugar" and in many ways is not needed,
318318
but in PHP control flow of monads can be hard to track.
319319

320320
Consider example, that use only chaining `bind()`

0 commit comments

Comments
 (0)