aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/trace_simp.thy
blob: 430d37f5faea2320fbc169f578fd74d837ee6e40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

theory trace_simp = Main:

text {*
  this produces massive amount of simplifier trace, but terminates
  eventually: *}

ML {* set trace_simp *}
ML {* reset quick_and_dirty *}

datatype ord = Zero | Succ ord | Limit "nat => ord"


text {* this one loops forever *}

lemma "ALL x. f x = g(f(g(x))) ==> f [] = f [] @ []"
  apply simp