aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/multiple/A.thy
blob: 6bdadb9ed3f7743361f917955f65e83d6b4a9fb0 (plain)
1
2
3
4
5
6
7
theory A imports Pure 
begin

consts foo :: 'a;
consts bar :: 'a;

end;