1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00

🔥 old comment

This commit is contained in:
Rick Winfrey 2017-07-13 15:15:17 -07:00
parent 1efabaed9a
commit c0e47ffd8a

View File

@ -344,7 +344,6 @@ dictionary = makeTerm <$> symbol Dictionary <*> children (Literal.Hash <$> many
list' :: Assignment
list' = makeTerm <$> symbol List <*> children (Literal.Array <$> many expression)
-- TODO: Wrap `Literal.TextElement` with a `Literal.String`
string :: Assignment
string = makeTerm <$> symbol String <*> (Literal.TextElement <$> source)