Skip to content

Commit 2a9daff

Browse files
committed
Placate hlint.
1 parent fa4ded2 commit 2a9daff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ runFile eval subterms file = traverse run file
6666
where run term = do
6767
modify (<> subterms term)
6868
A.runStatement (const pure)
69-
$ runReader (fileRef file)
70-
$ A.runEnv @Unit
71-
$ runFail
72-
$ convergeTerm (A.runStore @Unit . runDomain . fix (cacheTerm . evalDead))
69+
. runReader (fileRef file)
70+
. A.runEnv @Unit
71+
. runFail
72+
. convergeTerm (A.runStore @Unit . runDomain . fix (cacheTerm . evalDead))
7373
$ term
7474
evalDead eval' subterm = do
7575
modify (Set.delete subterm)

0 commit comments

Comments
 (0)