aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 11d8a3061..b9257de84 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -238,6 +238,7 @@ let rec attribute_of_vernac_command = function
| VernacInstance _ -> []
| VernacContext _ -> []
| VernacDeclareInstance _ -> []
+ | VernacDeclareClass _ -> []
(* Solving *)
| VernacSolve _ -> [SolveCommand]