1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

Hide ++ in the tests.

This commit is contained in:
Rob Rix 2015-12-23 23:44:02 -05:00
parent eb461a3915
commit d355f268e6

View File

@ -10,7 +10,7 @@ import Test.QuickCheck hiding (Fixed)
import Control.Comonad.Cofree
import Control.Monad.Free hiding (unfold)
import qualified Data.Maybe as Maybe
import Source
import Source hiding ((++))
import Line
import Row
import Patch