parent
aa6f22d102
commit
0926d27100
2 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ axiom swap : f b (f a xs) = f a (f b xs)
|
|||
axiom iter_zero : iter z g x = g x
|
||||
axiom iter_succ : iter (s i) g x = iter i g (iter i g x)
|
||||
|
||||
noncomputable def steps : n := s (s (s (s (s (s (s z))))))
|
||||
noncomputable def steps : N := s (s (s (s (s (s (s z))))))
|
||||
|
||||
set_option maxRecDepth 100000
|
||||
|
||||
|
|
@ -402,11 +402,11 @@
|
|||
<<: *time
|
||||
cmd: lean simp_arith1.lean
|
||||
- attributes:
|
||||
description: simp-bubblesort-265
|
||||
description: simp_bubblesort_256
|
||||
tags: [fast, suite]
|
||||
run_config:
|
||||
<<: *time
|
||||
cmd: lean simp-bubblesort-265.lean
|
||||
cmd: lean simp_bubblesort_256.lean
|
||||
- attributes:
|
||||
description: nat_repr
|
||||
tags: [fast, suite]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue