| author | traytel |
| Mon, 01 Sep 2014 14:14:47 +0200 | |
| changeset 58443 | a23780c22245 |
| parent 58372 | bfd497f2f4c2 |
| child 58856 | 4fced55fc5b7 |
| permissions | -rw-r--r-- |
| 53376 | 1 |
theory ToyList_Test |
|
58372
bfd497f2f4c2
moved 'old_datatype' out of 'Main' (but put it in 'HOL-Proofs' because of the inductive realizer)
blanchet
parents:
58112
diff
changeset
|
2 |
imports BNF_Least_Fixpoint |
| 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 |