Skip to content

Commit

Permalink
fix hvmc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
FranchuFranchu committed Mar 14, 2024
1 parent 33a7baa commit c157e49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,10 @@ fn compile_executable(target: &str, host: &host::Host) -> Result<(), io::Error>
stdlib
trace
transform {
pre_reduce
encode_adts
coalesce_ctrs
encode_adts
eta_reduce
pre_reduce
}
util {
apply_tree
Expand Down

0 comments on commit c157e49

Please sign in to comment.