1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Add a Class category

This commit is contained in:
joshvera 2016-07-29 16:28:27 -04:00
parent edaab80540
commit ef78210447

View File

@ -77,6 +77,8 @@ data Category
| Object
-- | A return statement.
| Return
-- | A class declaration.
| Class
-- | A non-standard category, which can be used for comparability.
| Other Text
deriving (Eq, Generic, Ord, Show)