Skip to content

Commit 606de33

Browse files
authored
Merge pull request #1 from input-output-hk/bolt12-patch-1
Update README.md
2 parents 15a4635 + a014a7b commit 606de33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* concurrency: both low level `forkIO` as well as `async` style
1010
* strict STM
1111
* access to lazy ST
12-
* schedule discovery (see [IOSimPOR](./how-to-use-IOSimPOR.md)
12+
* schedule discovery (see [IOSimPOR](./how-to-use-IOSimPOR.md))
1313
* eventlog
1414
* dynamic tracing
1515
* tracing committed changes to `TVar`, `TMVar`s, ...
@@ -23,12 +23,12 @@ thus most of the `IO` instances are directly referring to `base`, `async` api.
2323
However we made some differences, which are reported below.
2424

2525
`io-classes` supports a novel hierarchy for error handling monads as well more
26-
familiar `exception` style. The new hierarchy provides `bracket` and
26+
familiar `exception` style. The new hierarchy provides `bracket` and
2727
`finally` functions in the `MonadThrow` class, while `catch` style operators
2828
are provided by a super-class `MonadCatch`. Both `bracket` and `finally` are
2929
the most common interface used to write code with robust exception handling,
3030
exposing them through the more basic `MonadThrow` class informs the reader
31-
/ reviewer than no tricky error handling is done in that section of the code
31+
/ reviewer that no tricky error handling is done in that section of the code
3232
base.
3333

3434
`IOSim` exposes a detailed trace, which can be enhanced by labelling threads,
@@ -69,7 +69,7 @@ The first type of kind `Type -> Type` describe the monad which could be
6969
instantiated to `IO`, `IOSim` or some other monad stack build with monad
7070
transformers. The same applies to many other types, e.g. `TVar`, `TMVar`.
7171

72-
The types although similar to the original
72+
The types although similar to the original
7373
are not the same as the ones that come from `base`, `async`, or
7474
`excpetions` packages:
7575

0 commit comments

Comments
 (0)