Num.rem no longer returns a Result

This commit is contained in:
Richard Feldman 2022-04-23 22:38:05 -04:00
parent 6d991476c4
commit 5d75be38b6
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -100,7 +100,6 @@ render = \model ->
\index -> \index ->
col = col =
Num.rem index numCols Num.rem index numCols
|> Result.withDefault 0
|> Num.toF32 |> Num.toF32
row = row =