author | haftmann |
Mon, 02 Oct 2006 23:00:50 +0200 | |
changeset 20834 | 9a24a9121e58 |
parent 20833 | 4fcf8ddb54f5 |
child 20835 | 27d049062b56 |
src/HOL/Nat.thy | file | annotate | diff | comparison | revisions |
--- a/src/HOL/Nat.thy Mon Oct 02 23:00:49 2006 +0200 +++ b/src/HOL/Nat.thy Mon Oct 02 23:00:50 2006 +0200 @@ -1084,5 +1084,7 @@ "op < \<Colon> nat \<Rightarrow> nat \<Rightarrow> bool" "IntDef.less_nat" "op \<le> \<Colon> nat \<Rightarrow> nat \<Rightarrow> bool" "IntDef.less_eq_nat" "OperationalEquality.eq \<Colon> nat \<Rightarrow> nat \<Rightarrow> bool" "IntDef.eq_nat" + nat_rec "IntDef.nat_rec" + nat_case "IntDef.nat_case" end