mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
Fix some other handlers.
This commit is contained in:
parent
780d0a478b
commit
fd1cc7d8cd
@ -45,14 +45,14 @@ evaluate
|
||||
. runValueError
|
||||
. runEnvironmentError
|
||||
. runAddressError
|
||||
. Precise.runDeref @_ @_ @Val
|
||||
. Precise.runAllocator
|
||||
. runDeref @_ @_ @Val
|
||||
. runAllocator
|
||||
. (>>= deref . snd)
|
||||
. runEnv lowerBound
|
||||
. runReturn
|
||||
. runLoopControl
|
||||
. Value.runBoolean
|
||||
. Value.runFunction coerce
|
||||
. runBoolean
|
||||
. runFunction coerce
|
||||
|
||||
reassociate :: Either (SomeError exc1) (Either (SomeError exc2) (Either (SomeError exc3) result)) -> Either (SomeError (Sum '[exc3, exc2, exc1])) result
|
||||
reassociate = mergeErrors . mergeErrors . mergeErrors . Right
|
||||
|
Loading…
Reference in New Issue
Block a user