diff options
| author | Maxime Dénès | 2017-03-22 22:37:27 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-03-22 22:37:27 +0100 |
| commit | 7050ab7a246d5614e6d16f546bc8197e689e4bd7 (patch) | |
| tree | 09194e01667b08833bac60d2be5d9979cedb08ce /plugins/fourier | |
| parent | 947d93a8b7ff0fc7ba23633fcd44820427e29326 (diff) | |
| parent | 4f4b9d04bc59dc1f3b6962b0b077ba274638efc7 (diff) | |
Merge PR#415: Use a compact representation for real literals
Diffstat (limited to 'plugins/fourier')
| -rw-r--r-- | plugins/fourier/Fourier.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fourier/Fourier.v b/plugins/fourier/Fourier.v index 1d7ee93ea3..a962547131 100644 --- a/plugins/fourier/Fourier.v +++ b/plugins/fourier/Fourier.v @@ -13,6 +13,6 @@ Require Export DiscrR. Require Export Fourier_util. Declare ML Module "fourier_plugin". -Ltac fourier := abstract (fourierz; field; discrR). +Ltac fourier := abstract (compute [IZR IPR IPR_2] in *; fourierz; field; discrR). Ltac fourier_eq := apply Rge_antisym; fourier. |
