Skip to content

Commit

Permalink
Merge pull request #207 from psfinaki/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in docs
  • Loading branch information
nojaf authored Apr 25, 2024
2 parents b480a0c + f0177ff commit 0ef9d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/fsyacc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Parser generators typically produce numbers represented by values in an F# Union
| Val of string
| Int of int
| Float of float
| Decr of Sxpr
| Decr of Expr


type Stmt =
| Assign of string * Sxpr
| Assign of string * Expr
| While of Expr * Stmt
| Seq of Stmt list
| IfThen of Expr * Stmt
Expand Down

0 comments on commit 0ef9d65

Please sign in to comment.