| author | blanchet |
| Wed, 03 Sep 2014 00:31:37 +0200 | |
| changeset 58159 | e3d1912a0c8f |
| parent 58112 | 8081087096ad |
| child 58372 | bfd497f2f4c2 |
| permissions | -rw-r--r-- |
| 53376 | 1 |
theory ToyList_Test |
|
58112
8081087096ad
renamed modules defining old datatypes, as a step towards having 'datatype_new' take 'datatype's place
blanchet
parents:
57626
diff
changeset
|
2 |
imports Old_Datatype |
| 53376 | 3 |
begin |
4 |
||
| 57626 | 5 |
ML {*
|
6 |
map (File.read o Path.append (Resources.master_directory @{theory}) o Path.explode)
|
|
7 |
["ToyList1.txt", "ToyList2.txt"] |
|
8 |
|> implode |
|
9 |
|> Thy_Info.script_thy Position.start |
|
| 53376 | 10 |
*} |
11 |
||
12 |
end |