1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

access range and span

This commit is contained in:
Ayman Nadeem 2019-10-01 17:03:18 -04:00
parent da9ad89897
commit d6ae2fc594

View File

@ -3,6 +3,8 @@
module CLI (main) where
import System.Environment
import Source.Range
import Source.Span
newtype SignalException = SignalException Signal