1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

🔥 an obsolete documentation comment.

This commit is contained in:
Rob Rix 2017-07-24 13:20:57 -04:00
parent 2d606aa934
commit 62af1aef30

View File

@ -13,7 +13,6 @@ import Prologue
-- | A node in an abstract syntax tree.
--
-- 'a' is the type of leaves in the syntax tree, typically 'Text', but possibly some datatype representing different leaves more precisely.
-- 'f' is the type representing another level of the tree, e.g. the children of branches. Often 'Cofree', 'Free' or similar.
data Syntax f
-- | A terminal syntax node, e.g. an identifier, or atomic literal.