1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 13:02:37 +03:00

Reformat to line Category constructors up.

This reverts commit 5ce35d2a39ff6b83abd19d0d9476cc75922a36fe.
This commit is contained in:
Rob Rix 2016-06-03 18:32:21 -04:00
parent 9b698b023b
commit 038bde4aaa

View File

@ -5,9 +5,9 @@ import Data.String
-- | A standardized category of AST node. Used to determine the semantics for
-- | semantic diffing and define comparability of nodes.
data Category =
data Category
-- | An operator with 2 operands.
BinaryOperator
= BinaryOperator
-- | A literal key-value data structure.
| DictionaryLiteral
-- | A pair, e.g. of a key & value