author | wenzelm |
Wed, 04 Nov 2015 23:27:00 +0100 | |
changeset 61578 | 6623c81cb15a |
parent 61143 | 5f898411ce87 |
child 61670 | 301e0b4ecd45 |
permissions | -rw-r--r-- |
28213 | 1 |
theory Setup |
39066 | 2 |
imports |
3 |
Complex_Main |
|
59378
065f349852e6
separate image for prerequisites of codegen tutorial
haftmann
parents:
59377
diff
changeset
|
4 |
"~~/src/Tools/Permanent_Interpretation" |
46517 | 5 |
"~~/src/HOL/Library/Dlist" |
6 |
"~~/src/HOL/Library/RBT" |
|
7 |
"~~/src/HOL/Library/Mapping" |
|
51162 | 8 |
"~~/src/HOL/Library/IArray" |
28213 | 9 |
begin |
10 |
||
48951
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48891
diff
changeset
|
11 |
ML_file "../antiquote_setup.ML" |
b9238cbcdd41
more standard document preparation within session context;
wenzelm
parents:
48891
diff
changeset
|
12 |
ML_file "../more_antiquote.ML" |
48891 | 13 |
|
61143 | 14 |
no_syntax (output) |
15 |
"_constrain" :: "logic => type => logic" ("_::_" [4, 0] 3) |
|
16 |
"_constrain" :: "prop' => type => prop'" ("_::_" [4, 0] 3) |
|
17 |
||
18 |
syntax (output) |
|
19 |
"_constrain" :: "logic => type => logic" ("_ :: _" [4, 0] 3) |
|
20 |
"_constrain" :: "prop' => type => prop'" ("_ :: _" [4, 0] 3) |
|
38503 | 21 |
|
59324 | 22 |
declare [[default_code_width = 74]] |
34071 | 23 |
|
42669
04dfffda5671
more conventional naming scheme: names_long, names_short, names_unique;
wenzelm
parents:
42358
diff
changeset
|
24 |
declare [[names_unique = false]] |
28213 | 25 |
|
26 |
end |