mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +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'.
|
, Reader (Environment (LocationFor v) v) -- For 'MonadEnv'.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
-- | A synonym for the result of a 'DeadCodeInterpreter'.
|
||||||
type DeadCodeResult t v = Final (DeadCodeInterpreter t v) v
|
type DeadCodeResult t v = Final (DeadCodeInterpreter t v) v
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user