mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Fixed a bug in printing
This commit is contained in:
parent
d227d4c8b5
commit
23a3b3e72d
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ module Make (E : Expr_intf.S)(Th : Plugin_intf.S with
|
||||||
| 0, Bcp None -> "@0"
|
| 0, Bcp None -> "@0"
|
||||||
| n, Bcp (Some c) -> sprintf "->%d/%s" n c.name
|
| n, Bcp (Some c) -> sprintf "->%d/%s" n c.name
|
||||||
| n, Bcp None -> sprintf "@@%d" n
|
| n, Bcp None -> sprintf "@@%d" n
|
||||||
| _ -> assert false
|
| n, Semantic lvl -> sprintf "::%d/%d" n lvl
|
||||||
|
|
||||||
let value a =
|
let value a =
|
||||||
if a.is_true then sprintf "[T%s]" (level a)
|
if a.is_true then sprintf "[T%s]" (level a)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue