Skip to content

Commit

Permalink
Refactor string resugaring remove visitor pattern keep if tree mimics…
Browse files Browse the repository at this point in the history
… the shape of the AST visualize the structure && cargo fmt
  • Loading branch information
Liberxue committed Sep 17, 2024
1 parent 411c658 commit f680237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fun/transform/resugar_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,3 @@ fn build_list_scott(term: &mut Term, mut l: Vec<Box<Term>>) -> Result<Vec<Box<Te
Err(l)
})
}

0 comments on commit f680237

Please sign in to comment.