mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-05 04:51:40 +03:00
Add recursive merge test
This commit is contained in:
parent
cef06bf71d
commit
eb96960ae9
@ -0,0 +1,5 @@
|
||||
foo_1 = @x (x foo_2)
|
||||
foo_2 = @a @b (a, b)
|
||||
|
||||
bar_1 = @x (x bar_2)
|
||||
bar_2 = @a @b (a, b)
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
source: tests/golden_tests.rs
|
||||
input_file: tests/golden_tests/encode_pattern_match/merge_recursive.hvm
|
||||
---
|
||||
(foo_1_$_bar_1) = λx (x foo_2_$_bar_2)
|
||||
|
||||
(foo_2_$_bar_2) = λa λb (a, b)
|
Loading…
Reference in New Issue
Block a user