mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Update roc files to use new opaque bools
This commit is contained in:
parent
9717747a54
commit
610c529ba8
19 changed files with 114 additions and 114 deletions
|
@ -1,2 +1,2 @@
|
|||
when Delmin (Del rx) 0 is
|
||||
Delmin (Del ry ) _ -> Node Black 0 False ry
|
||||
Delmin (Del ry ) _ -> Node Black 0 Bool.false ry
|
||||
|
|
|
@ -1 +1 @@
|
|||
1 * if True then 1 else 1
|
||||
1 * if Bool.true then 1 else 1
|
||||
|
|
|
@ -1 +1 @@
|
|||
{x : if True then 1 else 2, y: 3 }
|
||||
{x : if Bool.true then 1 else 2, y: 3 }
|
Loading…
Add table
Add a link
Reference in a new issue