mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Update CLI testing examples to not use Nat
This commit is contained in:
parent
6140c5023b
commit
ef9623798b
6 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ encodeChunks = \bytes ->
|
|||
List.walk bytes { output: [], accum: None } folder
|
||||
|> encodeResidual
|
||||
|
||||
coerce : Nat, a -> a
|
||||
coerce : U64, a -> a
|
||||
coerce = \_, x -> x
|
||||
|
||||
# folder : { output : List ByteEncoder, accum : State }, U8 -> { output : List ByteEncoder, accum : State }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue