Skip to content

Commit 76ce700

Browse files
committed
Update cerberus-lib
1 parent a333489 commit 76ce700

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

cn.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ depends: [
2323
"zarith" {>= "1.13"}
2424
]
2525
pin-depends: [
26-
["cerberus-lib.dev" "git+https://github.com/rems-project/cerberus.git#af50626"]
26+
["cerberus-lib.dev" "git+https://github.com/rems-project/cerberus.git#3c75d1b"]
2727
]
2828
build: [
2929
["dune" "subst"] {pinned}

lib/pp_mucore.ml

-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ module Make (Config : CONFIG) = struct
494494
| Abmc annot -> (match annot with Abmc_id id -> [ !^(string_of_int id) ])
495495
| Atypedef sym -> [ pp_symbol sym ]
496496
| Aattrs _ -> [ !^"TODO(Aattrs)" ]
497-
| Anot_explode -> [ !^"not-explode" ]
498497
| Alabel _ -> [ !^"TODO(label)" ]
499498
| Acerb _ -> []
500499
| Avalue (Ainteger ity) -> [ !^"type" ^^^ Pp_core_ctype.pp_integer_ctype ity ]

lib/pp_mucore_coq.ml

-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ let rec pp_annot_t = function
612612
| Annot.Abmc bmc -> pp_constructor "Abmc" [ pp_bmc_annot bmc ]
613613
| Annot.Aattrs attrs -> pp_constructor "Aattrs" [ pp_attributes attrs ]
614614
| Annot.Atypedef sym -> pp_constructor "Atypedef" [ pp_symbol sym ]
615-
| Annot.Anot_explode -> pp_constructor0 "Anot_explode"
616615
| Annot.Alabel la -> pp_constructor "Alabel" [ pp_label_annot la ]
617616
| Annot.Acerb ca -> pp_constructor "Acerb" [ pp_cerb_attribute ca ]
618617
| Annot.Avalue va -> pp_constructor "Avalue" [ pp_value_annot va ]

0 commit comments

Comments
 (0)