File tree Expand file tree Collapse file tree 1 file changed +16
-21
lines changed
test/scenario-alltypes/src/Test Expand file tree Collapse file tree 1 file changed +16
-21
lines changed Original file line number Diff line number Diff line change @@ -42,25 +42,20 @@ expected_w3_decode_DB w3_x_c_a =
4242 Random . w3_decode_Seed
4343
4444
45- type alias ThisType a =
46- ( a, { a | id : Int } )
4745
48-
49- v : ThisType { id : Int }
50- v =
51- ( { id = 0 }, { id = 0 } )
52-
53-
54- expected_w3_encode_ThisType :
55- ( { a | id : Int } -> Lamdera . Wire3 . Encoder )
56- -> ( ThisType a -> Lamdera . Wire3 . Encoder )
57- expected_w3_encode_ThisType w3_x_c_a =
58- Lamdera . Wire3 . encodePair
59- w3_x_c_a
60- w3_x_c_a
61-
62-
63- expected_w3_decode_ThisType w3_x_c_a =
64- Lamdera . Wire3 . decodePair
65- w3_x_c_a
66- w3_x_c_a
46+ -- type alias ThisType a =
47+ -- ( a, { a | id : Int } )
48+ -- v : ThisType { id : Int }
49+ -- v =
50+ -- ( { id = 0 }, { id = 0 } )
51+ -- expected_w3_encode_ThisType :
52+ -- ({ a | id : Int } -> Lamdera.Wire3.Encoder)
53+ -- -> (ThisType a -> Lamdera.Wire3.Encoder)
54+ -- expected_w3_encode_ThisType w3_x_c_a =
55+ -- Lamdera.Wire3.encodePair
56+ -- w3_x_c_a
57+ -- w3_x_c_a
58+ -- expected_w3_decode_ThisType w3_x_c_a =
59+ -- Lamdera.Wire3.decodePair
60+ -- w3_x_c_a
61+ -- w3_x_c_a
You can’t perform that action at this time.
0 commit comments