aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-09-01 20:59:23 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-09-01 20:59:23 +0000
commit6cf302e3923f8f2a110e6d731b909f7e94852a56 (patch)
tree83d0d847e0f13ad9bd8eb311dc95346653a2efd1 /etc/isar
parent41fa5bda05e2674c66e3a94fd609a7a198f0d484 (diff)
example output;
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/Unicode.thy4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/isar/Unicode.thy b/etc/isar/Unicode.thy
index 822042f5..3b05efe3 100644
--- a/etc/isar/Unicode.thy
+++ b/etc/isar/Unicode.thy
@@ -37,6 +37,8 @@ datatype alef_bet =
| Shin ("ש")
| Tav ("ת")
+thm alef_bet.induct
+
text {* Interpreting Hebrew letters as numbers. *}
@@ -66,6 +68,8 @@ primrec
"mispar ש = 300"
"mispar ת = 400"
+thm mispar.simps
+
lemma "mispar ק + mispar ל + mispar ה = 135"
by simp