aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/lambda.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/lambda.txt')
-rw-r--r--test/prism/snapshots/lambda.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/prism/snapshots/lambda.txt b/test/prism/snapshots/lambda.txt
index 8e358b2709..6e35f418ca 100644
--- a/test/prism/snapshots/lambda.txt
+++ b/test/prism/snapshots/lambda.txt
@@ -24,7 +24,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (1,2)-(1,3) = "("
│ │ └── closing_loc: (3,0)-(3,1) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
├── @ LambdaNode (location: (5,0)-(5,18))
│ ├── locals: [:x]
│ ├── operator_loc: (5,0)-(5,2) = "->"
@@ -74,7 +75,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (5,2)-(5,3) = "("
│ │ └── closing_loc: (5,13)-(5,14) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
├── @ LambdaNode (location: (7,0)-(7,15))
│ ├── locals: [:a]
│ ├── operator_loc: (7,0)-(7,2) = "->"
@@ -123,7 +125,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: (7,2)-(7,3) = "("
│ │ └── closing_loc: (7,11)-(7,12) = ")"
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
├── @ LambdaNode (location: (9,0)-(9,19))
│ ├── locals: [:foo]
│ ├── operator_loc: (9,0)-(9,2) = "->"
@@ -158,7 +161,8 @@
│ │ ├── locals: (length: 0)
│ │ ├── opening_loc: ∅
│ │ └── closing_loc: ∅
- │ └── body: ∅
+ │ ├── body: ∅
+ │ └── numbered_parameters: 0
└── @ LambdaNode (location: (11,0)-(11,18))
├── locals: [:foo]
├── operator_loc: (11,0)-(11,2) = "->"
@@ -192,4 +196,5 @@
│ ├── locals: (length: 0)
│ ├── opening_loc: ∅
│ └── closing_loc: ∅
- └── body: ∅
+ ├── body: ∅
+ └── numbered_parameters: 0