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:
Joshua Warner 2021-12-02 20:16:42 -08:00
parent 270cc49867
commit 7e70b3ecf9

View file

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