Skip to content

Commit

Permalink
Fresh skolem names must be fresh... of course!
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Feb 4, 2025
1 parent e753a09 commit 32a687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/structures/symbols.ml
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ let to_string_clean sy =
let to_string sy =
Fmt.str "%a" (AEPrinter.pp ~show_vars:true) sy

let fresh_skolem_name base = name @@ Id.of_string ~ns:Skolem base
let fresh_skolem_name base = name @@ Id.fresh ~base ~ns:Skolem ()

let fresh_skolem_var base = Var.of_id @@ Id.fresh ~base ~ns:Skolem ()

Expand Down

0 comments on commit 32a687f

Please sign in to comment.