File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55### Breaking changes
66
7- * Added ` EventEvaluationError ` , ` EvenatEvaluationSuccess `
7+ * Added ` EventEvaluationError ` , ` EventEvaluationSuccess `
88* Added ` EventSayEvaluationError ` , ` EventLogEvaluationError `
99* Added ` flushEventLog ` to ` MonadEventLog ` instance.
1010
1818 the other two to _ WHNF_ ). They throw an exception (within the simulator) if
1919 evaluation fails. For ` say ` this makes it behave like ` putStrLn ` does.
2020 Previously all would throw a pure exception which would terminate the
21- simulator prematurelly . If you want to verify that these calls do not fail,
22- you can check that the trace does not contain ` EventSayEvaluationError ` or
21+ simulator prematurely . If you want to verify that these calls do not fail,
22+ you can check for absence of ` EventSayEvaluationError ` or
2323 ` EventLogEvaluationError ` .
2424* Added ` Data.List.Trace.last `
2525* Although ` IOSim ` and ` IOSimPOR ` are pure we use ` evaluate ` in a few places,
26- non of them now catches asynchrounous exceptions.
26+ non of them now catch asynchrounous exceptions.
2727
2828## 1.9.1.0
2929
You can’t perform that action at this time.
0 commit comments