Some notes

This commit is contained in:
Nathan McCarty 2025-01-27 17:06:08 -05:00
parent b2d94f9751
commit aa33fe6004
3 changed files with 4 additions and 1 deletions

View file

@ -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