diff options
| author | Erik Martin-Dorel | 2019-06-02 17:59:15 +0200 |
|---|---|---|
| committer | Pierre Roux | 2019-11-01 10:21:20 +0100 |
| commit | d5f49c85630e25f2c2b45cf03cc3f589e7cdaf5f (patch) | |
| tree | b8ec10fc68e3809156aff26db39a627237603a4c /theories/Floats/FloatClass.v | |
| parent | f155ba664a782f000e278d97ee5666e2e7d2adea (diff) | |
docs: Add refman+stdlib documentation
Diffstat (limited to 'theories/Floats/FloatClass.v')
| -rw-r--r-- | theories/Floats/FloatClass.v | 2 |
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. |
