diff options
| author | Maxime Dénès | 2016-09-22 16:57:38 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2016-09-22 16:57:38 +0200 |
| commit | 3c47248abc27aa9c64120db30dcb0d7bf945bc70 (patch) | |
| tree | 0dd3a804e1924862390a7f78abc9a8a119127f9c /interp/constrintern.ml | |
| parent | ceb68d1d643ac65f500e0201f61e73cf22e6e2fb (diff) | |
| parent | 1bc1cba7a759a285131a3ed6ea8979716700b856 (diff) | |
Merge remote-tracking branch 'github/pr/283' into trunk
Was PR#283: Stylistic improvements in intf/decl_kinds.mli.
Diffstat (limited to 'interp/constrintern.ml')
| -rw-r--r-- | interp/constrintern.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml index 0e56020783..863f33b18e 100644 --- a/interp/constrintern.ml +++ b/interp/constrintern.ml @@ -65,7 +65,7 @@ type var_internalization_data = type internalization_env = (var_internalization_data) Id.Map.t -type glob_binder = (Name.t * binding_kind * glob_constr option * glob_constr) +type glob_binder = (Name.t * implicit_status * glob_constr option * glob_constr) type ltac_sign = { ltac_vars : Id.Set.t; |
