1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +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 -- | A standardized category of AST node. Used to determine the semantics for
-- | semantic diffing and define comparability of nodes. -- | semantic diffing and define comparability of nodes.
data Category = data Category
-- | An operator with 2 operands. -- | An operator with 2 operands.
BinaryOperator = BinaryOperator
-- | A literal key-value data structure. -- | A literal key-value data structure.
| DictionaryLiteral | DictionaryLiteral
-- | A pair, e.g. of a key & value -- | A pair, e.g. of a key & value