mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
Remove show instance
This commit is contained in:
parent
15ba6a9389
commit
79f193640c
@ -236,10 +236,6 @@ newtype ErrorStack = ErrorStack { unErrorStack :: [ErrorSite] }
|
||||
deriving anyclass (Named, Message)
|
||||
deriving newtype (MessageField)
|
||||
|
||||
-- instance Show ErrorStack where
|
||||
-- showsPrec _ = shows . map showPair . unErrorStack
|
||||
-- where showPair (sym, loc) = sym <> " " <> srcLocFile loc <> ":" <> show (srcLocStartLine loc) <> ":" <> show (srcLocStartCol loc)
|
||||
|
||||
instance HasDefault ErrorStack where
|
||||
def = ErrorStack mempty
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user