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

Hide Fixed.

This commit is contained in:
Rob Rix 2015-12-11 14:05:46 -05:00
parent 46dfff2b7c
commit 913d484a67

View File

@ -15,7 +15,7 @@ import Data.Tuple
import GHC.Generics
import Test.Hspec
import Test.Hspec.QuickCheck
import Test.QuickCheck
import Test.QuickCheck hiding (Fixed)
newtype ArbitraryTerm a annotation = ArbitraryTerm (annotation, (Syntax a (ArbitraryTerm a annotation)))
deriving (Show, Eq, Generic)