mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
Fix a renamed rule.
This commit is contained in:
parent
7ffbcdb490
commit
20bc736250
@ -35,7 +35,7 @@ assignment :: Assignment Term
|
|||||||
assignment = value <|> parseError
|
assignment = value <|> parseError
|
||||||
|
|
||||||
value :: Assignment Term
|
value :: Assignment Term
|
||||||
value = branchNode Value (object <|> array <|> parseError)
|
value = branchNode Document (object <|> array <|> parseError)
|
||||||
|
|
||||||
jsonValue :: Assignment Term
|
jsonValue :: Assignment Term
|
||||||
jsonValue = object <|> array <|> number <|> string <|> boolean <|> none <|> parseError
|
jsonValue = object <|> array <|> number <|> string <|> boolean <|> none <|> parseError
|
||||||
|
Loading…
Reference in New Issue
Block a user