diff options
| author | Pierre-Marie Pédrot | 2018-07-02 16:14:05 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-07-02 19:59:11 +0200 |
| commit | 682368d0b8a4211dbeba8c2423f53d0448fd7d71 (patch) | |
| tree | a5bd080be015e010e6a54340ec77e7c4571665ef /plugins/fourier | |
| parent | 5b70748b082b9ca33c72d62e076b61ed1e073b8a (diff) | |
Moving various ml4 files to mlg.
Diffstat (limited to 'plugins/fourier')
| -rw-r--r-- | plugins/fourier/g_fourier.mlg (renamed from plugins/fourier/g_fourier.ml4) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/fourier/g_fourier.ml4 b/plugins/fourier/g_fourier.mlg index 44560ac18e..703e29f964 100644 --- a/plugins/fourier/g_fourier.ml4 +++ b/plugins/fourier/g_fourier.mlg @@ -8,11 +8,15 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) +{ + open Ltac_plugin open FourierR +} + DECLARE PLUGIN "fourier_plugin" TACTIC EXTEND fourier - [ "fourierz" ] -> [ fourier () ] +| [ "fourierz" ] -> { fourier () } END |
