aboutsummaryrefslogtreecommitdiff
path: root/theories/Floats/FloatClass.v
diff options
context:
space:
mode:
authorErik Martin-Dorel2019-06-02 17:59:15 +0200
committerPierre Roux2019-11-01 10:21:20 +0100
commitd5f49c85630e25f2c2b45cf03cc3f589e7cdaf5f (patch)
treeb8ec10fc68e3809156aff26db39a627237603a4c /theories/Floats/FloatClass.v
parentf155ba664a782f000e278d97ee5666e2e7d2adea (diff)
docs: Add refman+stdlib documentation
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.