index
:
proof-general
master
Emacs plugins for proof management systems
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;