1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Import the Line module in the tests.

This commit is contained in:
Rob Rix 2015-12-22 17:22:07 -05:00
parent 4a39f65fdf
commit 4c395ff1d1

View File

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