File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,8 @@ Standard-Section: "ASTs" TopLevelStat*
122
122
MATCHtpt Length bound_Term? sel_Term CaseDef* -- sel match { CaseDef } where `bound` is optional upper bound of all rhs
123
123
BYNAMEtpt underlying_Term -- => underlying
124
124
SHAREDterm term_ASTRef -- Link to previously serialized term
125
- HOLE Length idx_Nat arg_Tree* -- Hole where a splice goes with sequence number idx, splice is applied to arguments `arg`s
125
+ HOLE Length idx_Nat tpe_Type arg_Tree* -- Splice hole with index `idx`, the type of the hole `tpe`, type and term arguments of the hole `arg`s
126
+
126
127
127
128
CaseDef = CASEDEF Length pat_Term rhs_Tree guard_Tree? -- case pat if guard => rhs
128
129
ImplicitArg = IMPLICITARG arg_Term -- implicit unapply argument
You can’t perform that action at this time.
0 commit comments