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 /API/API.mli | |
| parent | b9740771e8113cb9e607793887be7a12587d0326 (diff) | |
| parent | 848bc5b5fc366ab5869a2836c5ad83ab4d0f2842 (diff) | |
Merge PR #667: [vernac] Remove `Qed exporting` syntax.
Diffstat (limited to 'API/API.mli')
| -rw-r--r-- | API/API.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.mli b/API/API.mli index 654d934856..ea4a1ceb26 100644 --- a/API/API.mli +++ b/API/API.mli @@ -3670,7 +3670,7 @@ sig type lname = Names.Name.t Loc.located type lident = Names.Id.t Loc.located type opacity_flag = - | Opaque of lident list option + | Opaque | Transparent type locality_flag = bool type inductive_kind = |
