mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
Add an If expression
This commit is contained in:
parent
c839aace33
commit
7e5866d038
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user