antiquote: need to quote outer keywords;
authorwenzelm
Wed, 25 Jun 2008 17:38:35 +0200
changeset 27355 a9d738d20174
parent 27354 f7ba6b2af22a
child 27356 cb052da62549
antiquote: need to quote outer keywords;
src/HOLCF/IOA/NTP/Impl.thy
--- a/src/HOLCF/IOA/NTP/Impl.thy	Wed Jun 25 17:38:34 2008 +0200
+++ b/src/HOLCF/IOA/NTP/Impl.thy	Wed Jun 25 17:38:35 2008 +0200
@@ -112,7 +112,7 @@
 3) renname_ss unfolds transitions and the abstract channel *)
 
 ML {*
-val ss = @{simpset} addsimps @{thms transitions};
+val ss = @{simpset} addsimps @{thms "transitions"};
 val rename_ss = ss addsimps @{thms unfold_renaming};
 
 val tac     = asm_simp_tac (ss addcongs [@{thm conj_cong}] addsplits [@{thm split_if}])