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

Add Boolean Category

This commit is contained in:
Rick Winfrey 2016-06-16 09:54:05 -05:00
parent c2c3681749
commit 70b3340302

View File

@ -9,6 +9,8 @@ data Category
= Program
-- | A node indicating syntax errors.
| Error
-- | A boolean expression.
| Boolean
-- | An operator with 2 operands.
| BinaryOperator
-- | A literal key-value data structure.