mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
More progress
This commit is contained in:
parent
b56fbd38e1
commit
0edbf16d55
79 changed files with 1351 additions and 1419 deletions
|
@ -20,6 +20,6 @@ main =
|
|||
printed = printCombinatorParser f.parser
|
||||
if Bool.false then printed else "foo"
|
||||
|> List.first
|
||||
|> Result.withDefault ("foo")
|
||||
|> Result.with_default ("foo")
|
||||
|
||||
printCombinatorParser (Record [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue