mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
feat(gensym): nicer names for gensym symbols
This commit is contained in:
parent
f591b6e28a
commit
5eab4bbb0d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ let ops =
|
||||||
in
|
in
|
||||||
|
|
||||||
let pp out = function
|
let pp out = function
|
||||||
| Fresh { id; pre; _ } -> Fmt.fprintf out "$%s[%d]" pre id
|
| Fresh { id; pre; _ } -> Fmt.fprintf out "%s%d" pre id
|
||||||
| _ -> assert false
|
| _ -> assert false
|
||||||
in
|
in
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue