aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-05-15 10:50:05 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-05-15 10:52:53 +0200
commit49542cf365715e27811cc15d99565046d8754c20 (patch)
tree6fbbaea0000eef2163d387467bbd771d3f67ea92 /intf/vernacexpr.mli
parent099ed72c853e31e9ead230ded55cfb1d09528c77 (diff)
poly: remove unused attribute to STM nodes and vernac classificaiton
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 0b2e55941..335e04b91 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -448,7 +448,7 @@ type vernac_type =
| VtStm of vernac_control * vernac_part_of_script
| VtUnknown
and vernac_qed_type = VtKeep | VtDrop (* Qed/Admitted, Abort *)
-and vernac_start = string * opacity_guarantee * Id.t list * polymorphic
+and vernac_start = string * opacity_guarantee * Id.t list
and vernac_sideff_type = Id.t list
and vernac_is_alias = bool
and vernac_part_of_script = bool