Skip to content

Commit

Permalink
Try to fix translation again
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutvik committed Jul 5, 2023
1 parent 62b5acb commit 2751040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/binary/pure_backendProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ val r = translate thunk_to_envTheory.Lams_def;
val r = translate thunk_to_envTheory.Apps_def;
val r = translate thunk_to_envTheory.get_arg_def;
val r = translate thunk_to_envTheory.remove_Delay_def;
val r = translate thunk_to_envTheory.op_to_env_def;
val r = translate thunk_to_envTheory.to_env_def;

(* env_to_state *)
Expand Down

0 comments on commit 2751040

Please sign in to comment.