We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d74a97 commit 94329eeCopy full SHA for 94329ee
vernac/record.ml
@@ -867,7 +867,9 @@ let class_structure ~cumulative ~template ~impargs ~univs ~params ~primitive_pro
867
in
868
let coers = List.map (fun (_, { rf_subclass; rf_priority }) ->
869
match rf_subclass with
870
- | Vernacexpr.BackInstance -> Some {hint_priority = rf_priority; hint_pattern = None}
+ | Vernacexpr.BackInstance ->
871
+ assert false
872
+ (* Some {hint_priority = rf_priority; hint_pattern = None} *)
873
| Vernacexpr.NoInstance -> None)
874
cfs
875
0 commit comments