File tree 3 files changed +1
-3
lines changed
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ depends: [
23
23
"zarith" {>= "1.13"}
24
24
]
25
25
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 "]
27
27
]
28
28
build: [
29
29
["dune" "subst"] {pinned}
Original file line number Diff line number Diff line change @@ -494,7 +494,6 @@ module Make (Config : CONFIG) = struct
494
494
| Abmc annot -> (match annot with Abmc_id id -> [ ! ^ (string_of_int id) ])
495
495
| Atypedef sym -> [ pp_symbol sym ]
496
496
| Aattrs _ -> [ ! ^ " TODO(Aattrs)" ]
497
- | Anot_explode -> [ ! ^ " not-explode" ]
498
497
| Alabel _ -> [ ! ^ " TODO(label)" ]
499
498
| Acerb _ -> []
500
499
| Avalue (Ainteger ity ) -> [ ! ^ " type" ^^^ Pp_core_ctype. pp_integer_ctype ity ]
Original file line number Diff line number Diff line change @@ -612,7 +612,6 @@ let rec pp_annot_t = function
612
612
| Annot. Abmc bmc -> pp_constructor " Abmc" [ pp_bmc_annot bmc ]
613
613
| Annot. Aattrs attrs -> pp_constructor " Aattrs" [ pp_attributes attrs ]
614
614
| Annot. Atypedef sym -> pp_constructor " Atypedef" [ pp_symbol sym ]
615
- | Annot. Anot_explode -> pp_constructor0 " Anot_explode"
616
615
| Annot. Alabel la -> pp_constructor " Alabel" [ pp_label_annot la ]
617
616
| Annot. Acerb ca -> pp_constructor " Acerb" [ pp_cerb_attribute ca ]
618
617
| Annot. Avalue va -> pp_constructor " Avalue" [ pp_value_annot va ]
You can’t perform that action at this time.
0 commit comments