1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

📝 DeadCodeResult.

This commit is contained in:
Rob Rix 2017-12-21 13:26:30 -05:00
parent 342b6372e8
commit 47ab4f41f4

View File

@ -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