1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

Export traceShowM and traceM from SpecHelpers

This commit is contained in:
joshvera 2018-11-29 13:01:11 -05:00
parent 716bebd985
commit 68697419ec

View File

@ -61,6 +61,7 @@ import Semantic.Task as X hiding (parsePackage)
import Semantic.Util as X
import Semantic.Graph (runHeap, runScopeGraph)
import System.FilePath as X
import Debug.Trace as X (traceShowM, traceM)
import Data.ByteString as X (ByteString)
import Data.Functor.Both as X (Both, runBothWith, both)