mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
🔥 old comment
This commit is contained in:
parent
1efabaed9a
commit
c0e47ffd8a
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user