diff options
| author | Hugo Herbelin | 2018-09-24 12:07:20 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2018-09-24 12:07:20 +0200 |
| commit | 54d9a8d8cbe82e9492780091d5d375422747d8b9 (patch) | |
| tree | 2f8306abd0d74cb5060748394da6c8d1b4864a5a /plugins/syntax/int31_syntax.ml | |
| parent | a3f598cdfe681c7b0e77cbd8d9778f1920683c77 (diff) | |
| parent | 87de52b9b4fd793ee9ddd231633513b6c5070e19 (diff) | |
Merge PR #8464: Fix numeral notations
Diffstat (limited to 'plugins/syntax/int31_syntax.ml')
| -rw-r--r-- | plugins/syntax/int31_syntax.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/syntax/int31_syntax.ml b/plugins/syntax/int31_syntax.ml index d3ffe936a9..e34a401c2c 100644 --- a/plugins/syntax/int31_syntax.ml +++ b/plugins/syntax/int31_syntax.ml @@ -108,7 +108,7 @@ let _ = at_declare_ml_module enable_prim_token_interpretation { pt_local = false; pt_scope = int31_scope; - pt_uid = int31_scope; + pt_interp_info = Uid int31_scope; pt_required = (int31_path,int31_module); pt_refs = [int31_construct]; pt_in_match = true } |
