Skip to content

Commit 1967588

Browse files
committed
Added missing case to EcPrinting for insert
1 parent ef02e81 commit 1967588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ecPrinting.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3446,6 +3446,7 @@ let rec pp_theory ppe (fmt : Format.formatter) (path, cth) =
34463446
| `Extend (_, _, false) -> "zextend"
34473447
| `Extend (_, _, true ) -> "sextend"
34483448
| `Extract _ -> "extract"
3449+
| `Insert _ -> "insert"
34493450
| `Concat _ -> "concat"
34503451
| `Truncate _ -> "truncate"
34513452
| `A2B _ -> "a2b"

0 commit comments

Comments
 (0)