File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ pred check-key-attribute-consistency i:id.
100100check-key-attribute-consistency _ :- not(get-option "key" _), !.
101101check-key-attribute-consistency ID :- get-option "key" ID, !.
102102check-key-attribute-consistency ID :- get-option "key" ID1,
103- coq.error {calc ("The #[key=\"" ^ ID1 ^ "\"] attribute")}
103+ coq.error "HB:" {calc ("The #[key=\"" ^ ID1 ^ "\"] attribute")}
104104 "does not match the selected subject" ID.
105105
106106pred is-key i:indt-decl.
Original file line number Diff line number Diff line change 11The command has indeed failed with message:
2- The #[key="Tmiss"] attribute does not match the selected subject T
2+ HB: The #[key="Tmiss"] attribute does not match the selected subject T
You can’t perform that action at this time.
0 commit comments