Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
pigumar1 committed Dec 21, 2023
1 parent 9c1ffab commit ec3a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haz3lcore/dynamics/DH.re
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module rec DHExp: {
| FailedCast(t, Typ.t, Typ.t)
| InvalidOperation(t, InvalidOperationError.t)
and case =
| Case(t, list(rule), int)
| Case(t, list(rule), int) // TODO
and rule =
| Rule(DHPat.t, t);

Expand Down

0 comments on commit ec3a75f

Please sign in to comment.