1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

🔥 stale hiding of fromList.

This commit is contained in:
Rob Rix 2017-02-16 14:28:32 -05:00
parent b17af9d9c8
commit 75d3fc5079
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import Diff
import Info
import Patch
import Range
import Source hiding (break, fromList)
import Source hiding (break)
import SplitDiff
import Syntax
import Term

View File

@ -15,7 +15,7 @@ import Data.These
import Data.Vector as Vector hiding (toList)
import Info
import Renderer
import Source hiding (fromList)
import Source
import SplitDiff
import Syntax as S
import Term