1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00

Correct a conflict that got committed.

This commit is contained in:
Rob Rix 2016-09-14 16:39:33 -04:00
parent e4505a8be0
commit 1df89950ab

View File

@ -26,13 +26,8 @@ arbitraryTermSize = cata (succ . sum) . toTerm
-- Instances
<<<<<<< HEAD
type instance Base (ArbitraryTerm leaf annotation) = CofreeF (Syntax leaf) annotation
instance Corecursive (ArbitraryTerm leaf annotation) where embed = ArbitraryTerm
=======
type instance Base (ArbitraryTerm leaf annotation) = TermF (Syntax leaf) annotation
instance Unfoldable (ArbitraryTerm leaf annotation) where embed (a :< s) = ArbitraryTerm a s
>>>>>>> master
instance (Eq leaf, Eq annotation, Arbitrary leaf, Arbitrary annotation) => Arbitrary (ArbitraryTerm leaf annotation) where
arbitrary = sized $ \ n -> do