1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00
This commit is contained in:
Rob Rix 2015-12-18 11:04:49 -05:00
parent b3f178082b
commit 099096b409

View File

@ -16,7 +16,6 @@ instance Arbitrary Row where
arbitrary = oneof [
Row <$> arbitrary <*> arbitrary ]
instance Arbitrary HTML where
arbitrary = oneof [
Text <$> arbitrary,