@@ -36,9 +36,9 @@ expression: ast
3636 (core .fn [] [(core .adt [[] []]) (core .adt [[] []])])
3737 (dfg [] [% 0 % 1 ]
3838 (signature (core .fn [] [(core .adt [[] []]) (core .adt [[] []])]))
39- ((core .load_const (core .const .adt [[] []] _ 0 [] )) [] [% 0 ]
39+ ((core .load_const (core .const .adt [[] []] _ 0 ( tuple ) )) [] [% 0 ]
4040 (signature (core .fn [] [(core .adt [[] []])])))
41- ((core .load_const (core .const .adt [[] []] _ 1 [] )) [] [% 1 ]
41+ ((core .load_const (core .const .adt [[] []] _ 1 ( tuple ) )) [] [% 1 ]
4242 (signature (core .fn [] [(core .adt [[] []])])))))
4343
4444(define - func
@@ -62,15 +62,16 @@ expression: ast
6262 arithmetic .float .types .float64 ]]
6363 _
6464 0
65- [(collections .array .const
66- 5
67- (arithmetic .int .types .int 6 )
68- [(arithmetic .int .const 6 1 )
69- (arithmetic .int .const 6 2 )
70- (arithmetic .int .const 6 3 )
71- (arithmetic .int .const 6 4 )
72- (arithmetic .int .const 6 5 )])
73- (arithmetic .float .const_f64 - 3.0 )]))
65+ (tuple
66+ (collections .array .const
67+ 5
68+ (arithmetic .int .types .int 6 )
69+ [(arithmetic .int .const 6 1 )
70+ (arithmetic .int .const 6 2 )
71+ (arithmetic .int .const 6 3 )
72+ (arithmetic .int .const 6 4 )
73+ (arithmetic .int .const 6 5 )])
74+ (arithmetic .float .const_f64 - 3.0 ))))
7475 [] [% 0 ]
7576 (signature
7677 (core .fn
0 commit comments