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:
parent
6e488a4d6f
commit
2ac9497559
@ -288,6 +288,8 @@ instance Arbitrary Category where
|
||||
, pure Superclass
|
||||
, pure SingletonClass
|
||||
, pure ParameterDecl
|
||||
, pure Default
|
||||
, pure TypeDecl
|
||||
, Other <$> arbitrary
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user