mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Move comment in RBTreeChk.roc to not run afoul of formatting-idempotency bug (pre-req to auto-formatting all examples)
This commit is contained in:
parent
270cc49867
commit
7e70b3ecf9
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ main : Task.Task {} []
|
||||||
main =
|
main =
|
||||||
Task.after Task.getInt \n ->
|
Task.after Task.getInt \n ->
|
||||||
ms : ConsList Map
|
ms : ConsList Map
|
||||||
ms = makeMap 5 n # original koka n = 4_200_000
|
|
||||||
|
# original koka n = 4_200_000
|
||||||
|
ms = makeMap 5 n
|
||||||
|
|
||||||
when ms is
|
when ms is
|
||||||
Cons head _ ->
|
Cons head _ ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue