1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00

Add an If expression

This commit is contained in:
joshvera 2016-06-14 14:48:07 -07:00
parent c839aace33
commit 7e5866d038

View File

@ -41,6 +41,8 @@ data Category
| Assignment | Assignment
-- | A member access expression. -- | A member access expression.
| MemberAccess | MemberAccess
-- | An if expression.
| If
-- | A non-standard category, which can be used for comparability. -- | A non-standard category, which can be used for comparability.
| Other Text | Other Text
deriving (Eq, Show, Ord) deriving (Eq, Show, Ord)