aboutsummaryrefslogtreecommitdiff
path: root/theories/Floats/FloatClass.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Floats/FloatClass.v')
-rw-r--r--theories/Floats/FloatClass.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Floats/FloatClass.v b/theories/Floats/FloatClass.v
index 3241035aef..627cb648f9 100644
--- a/theories/Floats/FloatClass.v
+++ b/theories/Floats/FloatClass.v
@@ -1,2 +1,2 @@
-Inductive float_class : Set :=
+Variant float_class : Set :=
| PNormal | NNormal | PSubn | NSubn | PZero | NZero | PInf | NInf | NaN.