aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-15 22:30:54 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-15 22:30:54 +0000
commitf96976a3956e71fd57044bd9f454ea1d32c202ab (patch)
tree1b17e3f65e951975148164c9c05040a520bd0a6e /etc/isar
parent0aff1b8be6ac47aa5b6196a1d0af701534355b3d (diff)
Elisp timing
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/AHundredTheorems.thy3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/isar/AHundredTheorems.thy b/etc/isar/AHundredTheorems.thy
index cc2aebe7..b26bf539 100644
--- a/etc/isar/AHundredTheorems.thy
+++ b/etc/isar/AHundredTheorems.thy
@@ -1,9 +1,10 @@
theory AHundredTheorems imports Main
begin
+(* test this *)
-(* ELISP: -- (setq start (current-time)) -- *)
ML {* val start = start_timing(); *}
+(* ELISP: -- (setq start (current-time)) -- *)
lemma foo: "P --> P" by auto
lemma foo2: "P --> P" by auto