equal
deleted
inserted
replaced
24 |
24 |
25 (*theory operations and syntax*) |
25 (*theory operations and syntax*) |
26 use "isar_thy.ML"; |
26 use "isar_thy.ML"; |
27 use "isar_cmd.ML"; |
27 use "isar_cmd.ML"; |
28 use "isar_syn.ML"; |
28 use "isar_syn.ML"; |
|
29 |
|
30 |
|
31 structure PureIsar = |
|
32 struct |
|
33 structure ProofContext = ProofContext; |
|
34 structure Proof = Proof; |
|
35 structure Args = Args; |
|
36 structure Attrib = Attrib; |
|
37 structure Method = Method; |
|
38 structure OuterLex = OuterLex; |
|
39 structure OuterParse = OuterParse; |
|
40 structure ProofHistory = ProofHistory; |
|
41 structure Toplevel = Toplevel; |
|
42 structure OuterSyntax = OuterSyntax; |
|
43 structure IsarThy = IsarThy; |
|
44 structure IsarCmd = IsarCmd; |
|
45 structure IsarSyn = IsarSyn; |
|
46 end; |