Skip to content

Commit

Permalink
Fix typo in initial Hazel example code (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- authored Feb 15, 2025
2 parents 29b7b72 + a62c019 commit 4dab292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/haz3lweb/Init.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Test_Menhir.re
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ let comparison =
in
let float: Float = 0.1 in
let artihmetic = 0. *. 1. +. 2. /. 3. -. 4. **. 5. in
let arithmetic = 0. *. 1. +. 2. /. 3. -. 4. **. 5. in
let comparison =
(0. ==. 0., 0. <. 1., 1. <=. 1., 2. >. 1., 1. >=. 1.)
in
Expand Down

0 comments on commit 4dab292

Please sign in to comment.