src/Pure/isac/smltest/a-test-scope/Theory.ML
branchisac-from-Isabelle2009-2
changeset 37871 875b6efa7ced
equal deleted inserted replaced
37870:5100a9c3abf8 37871:875b6efa7ced
       
     1 fun t_foo bar = bar
       
     2 
       
     3 structure TStruct =
       
     4 struct
       
     5 fun ts_foo bar = bar;
       
     6 end;
       
     7 
       
     8 @{thm refl};
       
     9 (*@{thm ta_foo}; *** (ta_foo) has not been declared*)