src/Pure/isac/smltest/a-test-scope/Theory.ML
author Walther Neuper <neuper@ist.tugraz.at>
Wed, 21 Jul 2010 13:53:39 +0200
branchisac-from-Isabelle2009-2
changeset 37871 875b6efa7ced
permissions -rw-r--r--
added isac-hook in Pure/thm and isac-code
neuper@37871
     1
fun t_foo bar = bar
neuper@37871
     2
neuper@37871
     3
structure TStruct =
neuper@37871
     4
struct
neuper@37871
     5
fun ts_foo bar = bar;
neuper@37871
     6
end;
neuper@37871
     7
neuper@37871
     8
@{thm refl};
neuper@37871
     9
(*@{thm ta_foo}; *** (ta_foo) has not been declared*)