1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Add Default and TypeDecl arbitrary categories

This commit is contained in:
Rick Winfrey 2017-01-10 15:40:10 -08:00
parent 6e488a4d6f
commit 2ac9497559

View File

@ -288,6 +288,8 @@ instance Arbitrary Category where
, pure Superclass
, pure SingletonClass
, pure ParameterDecl
, pure Default
, pure TypeDecl
, Other <$> arbitrary
]