aboutsummaryrefslogtreecommitdiff
path: root/plugins/derive
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-06-06 09:20:20 +0200
committerGaëtan Gilbert2019-06-11 09:58:12 +0200
commit49cedcb231548f50226331e729ed2734d61501c8 (patch)
tree79546fcf35c119c9e15c925ca1653fdd73de2c37 /plugins/derive
parent45306c6c9c433b86406d041f58aafb7cf3a3ff82 (diff)
STM: encode in static types that vernac_when is only used when VtSideff
The stm.ml changes show that for the other classifications either the vernac_when was ignored, or there was an assert on it forcing it to be Now or Later depending on the vernac_type. One may also note that the classification used in top_printers `VtQuery,VtNow` would have failed those asserts...
Diffstat (limited to 'plugins/derive')
-rw-r--r--plugins/derive/g_derive.mlg2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/derive/g_derive.mlg b/plugins/derive/g_derive.mlg
index 6c9cd66f96..de3fb9f11f 100644
--- a/plugins/derive/g_derive.mlg
+++ b/plugins/derive/g_derive.mlg
@@ -18,7 +18,7 @@ DECLARE PLUGIN "derive_plugin"
{
-let classify_derive_command _ = Vernacextend.(VtStartProof (Doesn'tGuaranteeOpacity,[]),VtLater)
+let classify_derive_command _ = Vernacextend.(VtStartProof (Doesn'tGuaranteeOpacity,[]))
}