Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 4e07d54

Browse files
committed
Use runFiles for exception tracing.
1 parent e8e01cf commit 4e07d54

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

semantic-analysis/src/Analysis/Analysis/Exception.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ exceptionTracing
7070
-> (term -> m ExcSet) )
7171
-> [File term]
7272
-> (A.MStore ExcSet, [File (Module ExcSet)])
73-
exceptionTracing eval
74-
= run
75-
. A.runStoreState
76-
. traverse (runFile eval)
73+
exceptionTracing eval = A.runFiles (runFile eval)
7774

7875
runFile
7976
:: ( Has (State (A.MStore ExcSet)) sig m

0 commit comments

Comments
 (0)