diff options
Diffstat (limited to 'test-suite/arithmetic/eqb.v')
| -rw-r--r-- | test-suite/arithmetic/eqb.v | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test-suite/arithmetic/eqb.v b/test-suite/arithmetic/eqb.v deleted file mode 100644 index dcc0b71f6d..0000000000 --- a/test-suite/arithmetic/eqb.v +++ /dev/null @@ -1,17 +0,0 @@ -Require Import Int63. - -Set Implicit Arguments. - -Open Scope int63_scope. - -Check (eq_refl : 1 == 1 = true). -Check (eq_refl true <: 1 == 1 = true). -Check (eq_refl true <<: 1 == 1 = true). -Definition compute1 := Eval compute in 1 == 1. -Check (eq_refl compute1 : true = true). - -Check (eq_refl : 9223372036854775807 == 0 = false). -Check (eq_refl false <: 9223372036854775807 == 0 = false). -Check (eq_refl false <<: 9223372036854775807 == 0 = false). -Definition compute2 := Eval compute in 9223372036854775807 == 0. -Check (eq_refl compute2 : false = false). |
