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/g_numeral.ml4 | |
| parent | a3f598cdfe681c7b0e77cbd8d9778f1920683c77 (diff) | |
| parent | 87de52b9b4fd793ee9ddd231633513b6c5070e19 (diff) | |
Merge PR #8464: Fix numeral notations
Diffstat (limited to 'plugins/syntax/g_numeral.ml4')
| -rw-r--r-- | plugins/syntax/g_numeral.ml4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/syntax/g_numeral.ml4 b/plugins/syntax/g_numeral.ml4 index ec14df3baa..55f61a58f9 100644 --- a/plugins/syntax/g_numeral.ml4 +++ b/plugins/syntax/g_numeral.ml4 @@ -10,6 +10,7 @@ DECLARE PLUGIN "numeral_notation_plugin" +open Notation open Numeral open Pp open Names |
