aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/fourier/g_fourier.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/fourier/g_fourier.ml4')
-rw-r--r--plugins/fourier/g_fourier.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fourier/g_fourier.ml4 b/plugins/fourier/g_fourier.ml4
index 01166d1db..1635cecc0 100644
--- a/plugins/fourier/g_fourier.ml4
+++ b/plugins/fourier/g_fourier.ml4
@@ -11,5 +11,5 @@
open FourierR
TACTIC EXTEND fourier
- [ "fourierz" ] -> [ fourier ]
+ [ "fourierz" ] -> [ Proofview.V82.tactic fourier ]
END