roc/crates/compiler/uitest/tests/ability/specialize/bool_decoder.txt
2025-01-05 05:16:47 -08:00

6 lines
278 B
Text

app "test" provides [main] to "./platform"
main : Decoder Bool _
main = Decode.custom \bytes, fmt ->
Decode.decode_with bytes Decode.decoder fmt
# ^^^^^^^^^^^^^^ Decoding#Decode.decoder(4): Decoder Bool fmt where fmt implements DecoderFormatting