1261
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
1 |
quick_and_dirty := true;
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
2 |
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
3 |
no_document use_thys
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
4 |
["Nominal2_Base",
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
5 |
"Nominal2_Eqvt",
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
6 |
"Nominal2_Atoms",
|
853abc14c5c6
added IsaMakefile...but so far included only a test for the parser
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
7 |
"Nominal2_Supp",
|
1604
|
8 |
"ExLam",
|
|
9 |
"ExLF",
|
|
10 |
"Ex1",
|
|
11 |
"Ex1rec",
|
|
12 |
"Ex2",
|
|
13 |
"Ex3",
|
|
14 |
"ExLet",
|
|
15 |
"ExLetRec",
|
|
16 |
"ExTySch",
|
1629
|
17 |
"ExLeroy",
|
|
18 |
"Test"
|
1604
|
19 |
(* "ExCoreHaskell", *)
|
|
20 |
(* "ExPS3", *)
|
|
21 |
(* "ExPS6", *)
|
|
22 |
];
|