aboutsummaryrefslogtreecommitdiff
path: root/plugins/syntax/r_syntax.ml
diff options
context:
space:
mode:
authorHugo Herbelin2018-09-24 12:07:20 +0200
committerHugo Herbelin2018-09-24 12:07:20 +0200
commit54d9a8d8cbe82e9492780091d5d375422747d8b9 (patch)
tree2f8306abd0d74cb5060748394da6c8d1b4864a5a /plugins/syntax/r_syntax.ml
parenta3f598cdfe681c7b0e77cbd8d9778f1920683c77 (diff)
parent87de52b9b4fd793ee9ddd231633513b6c5070e19 (diff)
Merge PR #8464: Fix numeral notations
Diffstat (limited to 'plugins/syntax/r_syntax.ml')
-rw-r--r--plugins/syntax/r_syntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/syntax/r_syntax.ml b/plugins/syntax/r_syntax.ml
index 04946c158b..49497aef54 100644
--- a/plugins/syntax/r_syntax.ml
+++ b/plugins/syntax/r_syntax.ml
@@ -143,7 +143,7 @@ let _ =
at_declare_ml_module enable_prim_token_interpretation
{ pt_local = false;
pt_scope = r_scope;
- pt_uid = r_scope;
+ pt_interp_info = Uid r_scope;
pt_required = (r_path,["Coq";"Reals";"Rdefinitions"]);
pt_refs = [glob_IZR];
pt_in_match = false }