From: Alexander Krauss <krauss@in.tum.de>
David,
apply (rule lkeval.simps(1) [where t = ' 's' '])
The string notation ''s'' is only inner syntax (terms, types) not outer
syntax (commands). You must put additional quotes:
apply (rule lkeval.simps(1) [where t = "''s''"])
Alex
Last updated: Nov 21 2024 at 12:39 UTC