author | Christian Urban <urbanc@in.tum.de> |
Wed, 19 Aug 2009 09:25:49 +0200 | |
changeset 313 | 1ca2f41770cc |
parent 310 | 007922777ff1 |
permissions | -rw-r--r-- |
310
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
1 |
(* *) |
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
2 |
|
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
3 |
open_file_prelude |
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
4 |
"Parsing_Code.thy" |
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
5 |
(cat_lines ["theory Parsing", |
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
6 |
"imports Base \"Package/Simple_Inductive_Package\"", |
007922777ff1
added some rudimentary inrastructure for producing the ML-code
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
7 |
"begin"]) |