mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 DeadCodeResult.
This commit is contained in:
parent
342b6372e8
commit
47ab4f41f4
@ -27,6 +27,7 @@ type DeadCodeInterpreter t v
|
||||
, Reader (Environment (LocationFor v) v) -- For 'MonadEnv'.
|
||||
]
|
||||
|
||||
-- | A synonym for the result of a 'DeadCodeInterpreter'.
|
||||
type DeadCodeResult t v = Final (DeadCodeInterpreter t v) v
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user