1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00
This commit is contained in:
Ayman Nadeem 2019-10-01 17:04:01 -04:00
parent a05bdcb68f
commit bc6e624ae9

View File

@ -11,9 +11,6 @@ import Source.Span
import Data.ByteString (ByteString)
newtype SignalException = SignalException Signal
deriving (Show, Typeable)
instance Exception SignalException
main :: IO ()