diff options
| author | Maxime Dénès | 2017-10-03 11:18:50 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-03 11:18:50 +0200 |
| commit | a385b201b4fc12740ad9fecb117e218e6b3f7767 (patch) | |
| tree | db2c2df53cb2b42dd6a41e1fbbe3b06aebe2f573 /intf | |
| parent | b9740771e8113cb9e607793887be7a12587d0326 (diff) | |
| parent | 848bc5b5fc366ab5869a2836c5ad83ab4d0f2842 (diff) | |
Merge PR #667: [vernac] Remove `Qed exporting` syntax.
Diffstat (limited to 'intf')
| -rw-r--r-- | intf/vernacexpr.ml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/intf/vernacexpr.ml b/intf/vernacexpr.ml index cfc3343b61..03e8ea43d1 100644 --- a/intf/vernacexpr.ml +++ b/intf/vernacexpr.ml @@ -139,8 +139,7 @@ type search_restriction = type rec_flag = bool (* true = Rec; false = NoRec *) type verbose_flag = bool (* true = Verbose; false = Silent *) - (* list of idents for qed exporting *) -type opacity_flag = Opaque of lident list option | Transparent +type opacity_flag = Opaque | Transparent type coercion_flag = bool (* true = AddCoercion false = NoCoercion *) type instance_flag = bool option (* Some true = Backward instance; Some false = Forward instance, None = NoInstance *) |
