Skip to content

Commit d6e49d1

Browse files
authored
Merge pull request #83 from foreverbell/master
chapter8: placeholder is indexed from 1 according to Happy User Guide
2 parents d727169 + 0fb6b5e commit d6e49d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

008_extended_parser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ expression with several metavariable indicated by the dollar sign variables that
264264
map to the nth expression on the left hand side.
265265

266266
```
267-
$0 $1 $2 $3 $4 $5
267+
$1 $2 $3 $4 $5 $6
268268
let VAR '=' Expr in Expr { App (Lam $2 $6) $4 }
269269
```
270270

0 commit comments

Comments
 (0)