mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
6 lines
278 B
Text
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
|