Skip to content

Commit

Permalink
Merge branch 'refactor-concrete-ident-generated' of github.com:hacspe…
Browse files Browse the repository at this point in the history
…c/hax into refactor-concrete-ident-generated
  • Loading branch information
jschneider-bensch committed Jun 20, 2024
2 parents 69be94a + 2d680cb commit 3df7ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engine/names/extract/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ fn reader_to_str(s: String) -> String {
.join(&format!("\n{TAB}| "))
);

result += "\n";
result += "include (val Base.Comparator.make ~compare ~sexp_of_t)";
result += "\n";
result += "module Values = struct\n";
for (json, name) in &def_ids {
Expand Down

0 comments on commit 3df7ec8

Please sign in to comment.