Skip to content

Commit

Permalink
Fix bug hitherto masked by HOL issue HOL-Theorem-Prover/HOL/#1140
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Oct 24, 2023
1 parent 1329912 commit a121a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/backend/semantics/flatSemScript.sml
Expand Up @@ -39,8 +39,8 @@ val _ = Datatype`
v =
| Litv lit
| Conv ((ctor_id # type_id) option) (v list)
| Closure ('v environment) varN exp
| Recclosure ('v environment) ((varN # varN # exp) list) varN
| Closure (v environment) varN exp
| Recclosure (v environment) ((varN # varN # exp) list) varN
| Loc num
| Vectorv (v list)`;

Expand Down

1 comment on commit a121a00

@mn200
Copy link
Contributor Author

@mn200 mn200 commented on a121a00 Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference is to HOL-Theorem-Prover/HOL#1140

Please sign in to comment.