mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Revert "Reproduce panics without type annotations"
This reverts commit 0c82ba955094be0f454d952066576f8daee94c83.
This commit is contained in:
parent
5b63ef142d
commit
0cc3eae2cb
@ -3,7 +3,9 @@ app "helloWorld"
|
||||
imports [Decode, Decode.{Decoder, Decoding, DecoderFormatting}, Json]
|
||||
provides [main] to pf
|
||||
|
||||
theDecoder : Decoder {first: a, second: b} fmt | a has Decoding, b has Decoding, fmt has DecoderFormatting
|
||||
theDecoder =
|
||||
initialState : {f0: Result a [NoField], f1: Result b [NoField]}
|
||||
initialState = {f0: Err NoField, f1: Err NoField}
|
||||
|
||||
stepField = \state, field ->
|
||||
|
Loading…
Reference in New Issue
Block a user