fix example, update mono

This commit is contained in:
Anton-4 2024-04-13 14:26:17 +02:00
parent e4e1d7116c
commit 8f71844c3e
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
12 changed files with 2566 additions and 2502 deletions

View file

@ -380,7 +380,7 @@ struct DecodingFieldArgs {
}
/// Expression for custom decoder.
///
///
/// ```roc
/// Decode.custom \bytes, fmt ->
/// # Uses a single-branch `when` because `let` is more expensive to monomorphize