Some notes
This commit is contained in:
parent
b2d94f9751
commit
aa33fe6004
3 changed files with 4 additions and 1 deletions
|
@ -168,6 +168,7 @@ object = do
|
|||
pairs = do
|
||||
first <- keyValue
|
||||
rest <- many restKeyValue
|
||||
-- TODO: headTail combinator for this
|
||||
pure $ first ::: rest
|
||||
occupiedObject : Parser (JSONValue TObject)
|
||||
occupiedObject = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue