| author | paulson <lp15@cam.ac.uk> | 
| Wed, 24 Feb 2016 16:00:57 +0000 | |
| changeset 62398 | a4b68bf18f8d | 
| parent 61701 | e89cfc004f18 | 
| child 62752 | d09d71223e7a | 
| permissions | -rw-r--r-- | 
| 41959 | 1 | (* Title: Pure/Isar/generic_target.ML | 
| 38309 | 2 | Author: Makarius | 
| 3 | Author: Florian Haftmann, TU Muenchen | |
| 4 | ||
| 5 | Common target infrastructure. | |
| 6 | *) | |
| 7 | ||
| 8 | signature GENERIC_TARGET = | |
| 9 | sig | |
| 60345 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 10 | (*auxiliary*) | 
| 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 11 | val export_abbrev: Proof.context -> | 
| 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 12 | (term -> term) -> term -> term * ((string * sort) list * (term list * term list)) | 
| 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 13 | val check_mixfix_global: binding * bool -> mixfix -> mixfix | 
| 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 14 | |
| 60340 | 15 | (*background primitives*) | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 16 | val background_foundation: ((binding * typ) * mixfix) * (binding * term) -> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 17 | term list * term list -> local_theory -> (term * thm) * local_theory | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 18 | val background_declaration: declaration -> local_theory -> local_theory | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 19 | val background_abbrev: binding * term -> term list -> local_theory -> (term * term) * local_theory | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 20 | |
| 60340 | 21 | (*nested local theories primitives*) | 
| 22 | val standard_const: (int * int -> bool) -> Syntax.mode -> (binding * mixfix) * term -> | |
| 23 | local_theory -> local_theory | |
| 24 | ||
| 25 | (*lifting target primitives to local theory operations*) | |
| 40782 | 26 | val define: (((binding * typ) * mixfix) * (binding * term) -> | 
| 27 | term list * term list -> local_theory -> (term * thm) * local_theory) -> | |
| 46992 
eeea81b86b70
refined Local_Theory.define vs. Local_Theory.define_internal, which allows to pass alternative name to the foundational axiom -- expecially important for 'instantiation' or 'overloading', which loose name information due to Long_Name.base_name cooking etc.;
 wenzelm parents: 
46916diff
changeset | 28 | bool -> (binding * mixfix) * (Attrib.binding * term) -> local_theory -> | 
| 40782 | 29 | (term * (string * thm)) * local_theory | 
| 47250 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 30 | val notes: | 
| 58011 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 31 | (string -> (Attrib.binding * (thm list * Token.src list) list) list -> | 
| 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 32 | (Attrib.binding * (thm list * Token.src list) list) list -> local_theory -> local_theory) -> | 
| 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 33 | string -> (Attrib.binding * (thm list * Token.src list) list) list -> local_theory -> | 
| 40782 | 34 | (string * thm list) list * local_theory | 
| 60337 | 35 | val abbrev: (Syntax.mode -> binding * mixfix -> term -> | 
| 57160 | 36 | term list * term list -> local_theory -> local_theory) -> | 
| 60337 | 37 | Syntax.mode -> (binding * mixfix) * term -> local_theory -> (term * term) * local_theory | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 38 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 39 | (*theory target primitives*) | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 40 | val theory_target_foundation: ((binding * typ) * mixfix) * (binding * term) -> | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 41 | term list * term list -> local_theory -> (term * thm) * local_theory | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 42 | val theory_target_notes: string -> | 
| 58011 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 43 | (Attrib.binding * (thm list * Token.src list) list) list -> | 
| 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 44 | (Attrib.binding * (thm list * Token.src list) list) list -> | 
| 40782 | 45 | local_theory -> local_theory | 
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 46 | val theory_target_abbrev: Syntax.mode -> (binding * mixfix) -> term -> term list * term list -> | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 47 | local_theory -> local_theory | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 48 | |
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 49 | (*theory target operations*) | 
| 60344 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 50 | val theory_abbrev: Syntax.mode -> (binding * mixfix) * term -> | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 51 | local_theory -> (term * term) * local_theory | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 52 | val theory_declaration: declaration -> local_theory -> local_theory | 
| 52153 
f5773a46cf05
more specific structure for registration into theory and dependency onto locale
 haftmann parents: 
47313diff
changeset | 53 | val theory_registration: string * morphism -> (morphism * bool) option -> morphism -> | 
| 
f5773a46cf05
more specific structure for registration into theory and dependency onto locale
 haftmann parents: 
47313diff
changeset | 54 | local_theory -> local_theory | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 55 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 56 | (*locale target primitives*) | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 57 | val locale_target_notes: string -> string -> | 
| 58011 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 58 | (Attrib.binding * (thm list * Token.src list) list) list -> | 
| 
bc6bced136e5
tuned signature -- moved type src to Token, without aliases;
 wenzelm parents: 
57926diff
changeset | 59 | (Attrib.binding * (thm list * Token.src list) list) list -> | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 60 | local_theory -> local_theory | 
| 60344 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 61 | val locale_target_abbrev: string -> Syntax.mode -> (binding * mixfix) -> term -> term list * term list -> | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 62 | local_theory -> local_theory | 
| 57192 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 63 | val locale_target_declaration: string -> bool -> declaration -> local_theory -> local_theory | 
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 64 | val locale_target_const: string -> (morphism -> bool) -> Syntax.mode -> | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 65 | (binding * mixfix) * term -> local_theory -> local_theory | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 66 | |
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 67 | (*locale operations*) | 
| 60344 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 68 | val locale_abbrev: string -> Syntax.mode -> (binding * mixfix) * term -> | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 69 | local_theory -> (term * term) * local_theory | 
| 57193 | 70 |   val locale_declaration: string -> {syntax: bool, pervasive: bool} -> declaration ->
 | 
| 71 | local_theory -> local_theory | |
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 72 | val locale_const: string -> Syntax.mode -> (binding * mixfix) * term -> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 73 | local_theory -> local_theory | 
| 52153 
f5773a46cf05
more specific structure for registration into theory and dependency onto locale
 haftmann parents: 
47313diff
changeset | 74 | val locale_dependency: string -> string * morphism -> (morphism * bool) option -> morphism -> | 
| 
f5773a46cf05
more specific structure for registration into theory and dependency onto locale
 haftmann parents: 
47313diff
changeset | 75 | local_theory -> local_theory | 
| 45353 | 76 | end | 
| 38309 | 77 | |
| 78 | structure Generic_Target: GENERIC_TARGET = | |
| 79 | struct | |
| 80 | ||
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 81 | (** consts **) | 
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 82 | |
| 60345 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 83 | fun export_abbrev lthy preprocess rhs = | 
| 60342 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 84 | let | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 85 | val thy_ctxt = Proof_Context.init_global (Proof_Context.theory_of lthy); | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 86 | |
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 87 | val rhs' = rhs | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 88 | |> Assumption.export_term lthy (Local_Theory.target_of lthy) | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 89 | |> preprocess; | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 90 | val term_params = map Free (sort (Variable.fixed_ord lthy o apply2 #1) (Variable.add_fixed lthy rhs' [])); | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 91 | val u = fold_rev lambda term_params rhs'; | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 92 | val global_rhs = singleton (Variable.polymorphic thy_ctxt) u; | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 93 | |
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 94 | val extra_tfrees = | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 95 | subtract (op =) (Term.add_tfreesT (Term.fastype_of u) []) (Term.add_tfrees u []); | 
| 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 96 | val type_params = map (Logic.mk_type o TFree) extra_tfrees; | 
| 60345 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 97 | in (global_rhs, (extra_tfrees, (type_params, term_params))) end; | 
| 60342 
df9b153d866b
separate function to compute exported abbreviation
 haftmann parents: 
60341diff
changeset | 98 | |
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 99 | fun check_mixfix ctxt (b, extra_tfrees) mx = | 
| 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 100 | if null extra_tfrees then mx | 
| 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 101 | else | 
| 56294 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 102 | (if Context_Position.is_visible ctxt then | 
| 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 103 | warning | 
| 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 104 |         ("Additional type variable(s) in specification of " ^ Binding.print b ^ ": " ^
 | 
| 60924 
610794dff23c
tuned signature, in accordance to sortBy in Scala;
 wenzelm parents: 
60642diff
changeset | 105 | commas (map (Syntax.string_of_typ ctxt o TFree) (sort_by #1 extra_tfrees)) ^ | 
| 56294 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 106 | (if mx = NoSyn then "" | 
| 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 107 | else "\nDropping mixfix syntax " ^ Pretty.string_of (Mixfix.pretty_mixfix mx))) | 
| 
85911b8a6868
prefer Context_Position where a context is available;
 wenzelm parents: 
56141diff
changeset | 108 | else (); NoSyn); | 
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 109 | |
| 47291 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 110 | fun check_mixfix_global (b, no_params) mx = | 
| 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 111 | if no_params orelse mx = NoSyn then mx | 
| 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 112 |   else (warning ("Dropping global mixfix syntax: " ^ Binding.print b ^ " " ^
 | 
| 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 113 | Pretty.string_of (Mixfix.pretty_mixfix mx)); NoSyn); | 
| 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 114 | |
| 61701 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 115 | fun same_const (Const (c, _), Const (c', _)) = c = c' | 
| 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 116 | | same_const (t $ _, t' $ _) = same_const (t, t') | 
| 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 117 | | same_const (_, _) = false; | 
| 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 118 | |
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 119 | fun const_decl phi_pred prmode ((b, mx), rhs) phi context = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 120 | if phi_pred phi then | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 121 | let | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 122 | val b' = Morphism.binding phi b; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 123 | val rhs' = Morphism.term phi rhs; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 124 | val same_shape = Term.aconv_untyped (rhs, rhs'); | 
| 61701 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 125 | val same_stem = same_shape orelse same_const (rhs, rhs'); | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 126 | val const_alias = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 127 | if same_shape then | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 128 | (case rhs' of | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 129 | Const (c, T) => | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 130 | let | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 131 | val thy = Context.theory_of context; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 132 | val ctxt = Context.proof_of context; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 133 | in | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 134 | (case Type_Infer_Context.const_type ctxt c of | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 135 | SOME T' => if Sign.typ_equiv thy (T, T') then SOME c else NONE | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 136 | | NONE => NONE) | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 137 | end | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 138 | | _ => NONE) | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 139 | else NONE; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 140 | in | 
| 60283 | 141 | (case const_alias of | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 142 | SOME c => | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 143 | context | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 144 | |> Context.mapping (Sign.const_alias b' c) (Proof_Context.const_alias b' c) | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 145 | |> Morphism.form (Proof_Context.generic_notation true prmode [(rhs', mx)]) | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 146 | | NONE => | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 147 | context | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 148 | |> Proof_Context.generic_add_abbrev Print_Mode.internal (b', Term.close_schematic_term rhs') | 
| 61701 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 149 | |-> (fn (const as Const (c, _), _) => same_stem ? | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 150 | (Proof_Context.generic_revert_abbrev (#1 prmode) c #> | 
| 61701 
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
 ballarin parents: 
61261diff
changeset | 151 | same_shape ? Morphism.form (Proof_Context.generic_notation true prmode [(const, mx)])))) | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 152 | end | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 153 | else context; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 154 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 155 | |
| 60283 | 156 | |
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 157 | (** background primitives **) | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 158 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 159 | fun background_foundation (((b, U), mx), (b_def, rhs)) (type_params, term_params) lthy = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 160 | let | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 161 | val params = type_params @ term_params; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 162 | val mx' = check_mixfix_global (b, null params) mx; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 163 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 164 | val (const, lthy2) = lthy | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 165 | |> Local_Theory.background_theory_result (Sign.declare_const lthy ((b, U), mx')); | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 166 | val lhs = Term.list_comb (const, params); | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 167 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 168 | val ((_, def), lthy3) = lthy2 | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 169 | |> Local_Theory.background_theory_result | 
| 61261 
ddb2da7cb2e4
more explicit Defs.context: use proper name spaces as far as possible;
 wenzelm parents: 
60924diff
changeset | 170 | (Thm.add_def (Proof_Context.defs_context lthy2) false false | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 171 | (Thm.def_binding_optional b b_def, Logic.mk_equals (lhs, rhs))); | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 172 | in ((lhs, def), lthy3) end; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 173 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 174 | fun background_declaration decl lthy = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 175 | let | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 176 | val theory_decl = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 177 | Local_Theory.standard_form lthy | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 178 | (Proof_Context.init_global (Proof_Context.theory_of lthy)) decl; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 179 | in Local_Theory.background_theory (Context.theory_map theory_decl) lthy end; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 180 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 181 | fun background_abbrev (b, global_rhs) params = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 182 | Local_Theory.background_theory_result (Sign.add_abbrev Print_Mode.internal (b, global_rhs)) | 
| 59058 
a78612c67ec0
renamed "pairself" to "apply2", in accordance to @{apply 2};
 wenzelm parents: 
58028diff
changeset | 183 | #>> apply2 (fn t => Term.list_comb (Logic.unvarify_global t, params)) | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 184 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 185 | |
| 60283 | 186 | |
| 60340 | 187 | (** nested local theories primitives **) | 
| 188 | ||
| 189 | fun standard_facts lthy ctxt = | |
| 190 | Attrib.transform_facts (Local_Theory.standard_morphism lthy ctxt); | |
| 191 | ||
| 192 | fun standard_notes pred kind facts lthy = | |
| 193 | Local_Theory.map_contexts (fn level => fn ctxt => | |
| 194 | if pred (Local_Theory.level lthy, level) | |
| 195 | then Attrib.local_notes kind (standard_facts lthy ctxt facts) ctxt |> snd | |
| 196 | else ctxt) lthy; | |
| 197 | ||
| 198 | fun standard_declaration pred decl lthy = | |
| 199 | Local_Theory.map_contexts (fn level => fn ctxt => | |
| 200 | if pred (Local_Theory.level lthy, level) | |
| 201 | then Context.proof_map (Local_Theory.standard_form lthy ctxt decl) ctxt | |
| 202 | else ctxt) lthy; | |
| 203 | ||
| 204 | fun standard_const pred prmode ((b, mx), rhs) = | |
| 205 | standard_declaration pred (const_decl (K true) prmode ((b, mx), rhs)); | |
| 206 | ||
| 207 | ||
| 208 | (** lifting target primitives to local theory operations **) | |
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 209 | |
| 38309 | 210 | (* define *) | 
| 211 | ||
| 46992 
eeea81b86b70
refined Local_Theory.define vs. Local_Theory.define_internal, which allows to pass alternative name to the foundational axiom -- expecially important for 'instantiation' or 'overloading', which loose name information due to Long_Name.base_name cooking etc.;
 wenzelm parents: 
46916diff
changeset | 212 | fun define foundation internal ((b, mx), ((b_def, atts), rhs)) lthy = | 
| 38309 | 213 | let | 
| 59616 | 214 | val thy_ctxt = Proof_Context.init_global (Proof_Context.theory_of lthy); | 
| 38309 | 215 | |
| 216 | (*term and type parameters*) | |
| 59621 
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
 wenzelm parents: 
59616diff
changeset | 217 | val ((defs, _), rhs') = Thm.cterm_of lthy rhs | 
| 47276 | 218 | |> Local_Defs.export_cterm lthy thy_ctxt ||> Thm.term_of; | 
| 38309 | 219 | |
| 47272 
ca31cfa509b1
refined define/abbrev: allow extra fixes in aux. context vs. bottom target (NB: export_term expands defined variables, leaving fixed ones);
 wenzelm parents: 
47250diff
changeset | 220 | val xs = Variable.add_fixed lthy rhs' []; | 
| 38309 | 221 | val T = Term.fastype_of rhs; | 
| 222 | val tfreesT = Term.add_tfreesT T (fold (Term.add_tfreesT o #2) xs []); | |
| 223 | val extra_tfrees = rev (subtract (op =) tfreesT (Term.add_tfrees rhs [])); | |
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 224 | val mx' = check_mixfix lthy (b, extra_tfrees) mx; | 
| 38309 | 225 | |
| 226 | val type_params = map (Logic.mk_type o TFree) extra_tfrees; | |
| 59058 
a78612c67ec0
renamed "pairself" to "apply2", in accordance to @{apply 2};
 wenzelm parents: 
58028diff
changeset | 227 | val term_params = map Free (sort (Variable.fixed_ord lthy o apply2 #1) xs); | 
| 38309 | 228 | val params = type_params @ term_params; | 
| 229 | ||
| 230 | val U = map Term.fastype_of params ---> T; | |
| 231 | ||
| 232 | (*foundation*) | |
| 45353 | 233 | val ((lhs', global_def), lthy2) = lthy | 
| 234 | |> foundation (((b, U), mx'), (b_def, rhs')) (type_params, term_params); | |
| 38309 | 235 | |
| 236 | (*local definition*) | |
| 38315 | 237 | val ((lhs, local_def), lthy3) = lthy2 | 
| 38309 | 238 | |> Local_Defs.add_def ((b, NoSyn), lhs'); | 
| 47240 | 239 | |
| 240 | (*result*) | |
| 47238 | 241 | val def = | 
| 47240 | 242 | Thm.transitive local_def global_def | 
| 59621 
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
 wenzelm parents: 
59616diff
changeset | 243 | |> Local_Defs.contract lthy3 defs (Thm.cterm_of lthy3 (Logic.mk_equals (lhs, rhs))); | 
| 38315 | 244 | val ([(res_name, [res])], lthy4) = lthy3 | 
| 47080 | 245 | |> Local_Theory.notes [((if internal then Binding.empty else b_def, atts), [([def], [])])]; | 
| 38315 | 246 | in ((lhs, (res_name, res)), lthy4) end; | 
| 38309 | 247 | |
| 248 | ||
| 249 | (* notes *) | |
| 250 | ||
| 47250 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 251 | local | 
| 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 252 | |
| 38309 | 253 | fun import_export_proof ctxt (name, raw_th) = | 
| 254 | let | |
| 59616 | 255 | val thy_ctxt = Proof_Context.init_global (Proof_Context.theory_of ctxt); | 
| 38309 | 256 | |
| 257 | (*export assumes/defines*) | |
| 54883 
dd04a8b654fc
proper context for norm_hhf and derived operations;
 wenzelm parents: 
54742diff
changeset | 258 | val th = Goal.norm_result ctxt raw_th; | 
| 45407 
a83574606719
more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
 wenzelm parents: 
45390diff
changeset | 259 | val ((defs, asms), th') = Local_Defs.export ctxt thy_ctxt th; | 
| 54742 
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
 wenzelm parents: 
52230diff
changeset | 260 | val asms' = map (rewrite_rule ctxt (Drule.norm_hhf_eqs @ defs)) asms; | 
| 38309 | 261 | |
| 262 | (*export fixes*) | |
| 263 | val tfrees = map TFree (Thm.fold_terms Term.add_tfrees th' []); | |
| 264 | val frees = map Free (Thm.fold_terms Term.add_frees th' []); | |
| 45352 | 265 | val (th'' :: vs) = | 
| 59621 
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
 wenzelm parents: 
59616diff
changeset | 266 | (th' :: map (Drule.mk_term o Thm.cterm_of ctxt) (map Logic.mk_type tfrees @ frees)) | 
| 38309 | 267 | |> Variable.export ctxt thy_ctxt | 
| 268 | |> Drule.zero_var_indexes_list; | |
| 269 | ||
| 270 | (*thm definition*) | |
| 45413 
117ff038f8f7
disabled Thm.compress (again) -- costs for building tables tend to be higher than potential benefit;
 wenzelm parents: 
45407diff
changeset | 271 | val result = Global_Theory.name_thm true true name th''; | 
| 38309 | 272 | |
| 273 | (*import fixes*) | |
| 274 | val (tvars, vars) = | |
| 275 | chop (length tfrees) (map (Thm.term_of o Drule.dest_term) vs) | |
| 276 | |>> map Logic.dest_type; | |
| 277 | ||
| 278 | val instT = map_filter (fn (TVar v, T) => SOME (v, T) | _ => NONE) (tvars ~~ tfrees); | |
| 60642 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 279 | val inst = | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 280 | map_filter | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 281 | (fn (Var (xi, T), t) => | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 282 | SOME ((xi, Term_Subst.instantiateT instT T), | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 283 | Thm.cterm_of ctxt (Term.map_types (Term_Subst.instantiateT instT) t)) | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 284 | | _ => NONE) (vars ~~ frees); | 
| 
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
 wenzelm parents: 
60345diff
changeset | 285 | val result' = Thm.instantiate (map (apsnd (Thm.ctyp_of ctxt)) instT, inst) result; | 
| 38309 | 286 | |
| 287 | (*import assumes/defines*) | |
| 288 | val result'' = | |
| 45407 
a83574606719
more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
 wenzelm parents: 
45390diff
changeset | 289 | (fold (curry op COMP) asms' result' | 
| 
a83574606719
more specific treatment of defines/assumes -- avoid normalizing defs by themselves (NB: locale specifications and Local_Theory.define may lead to arbitrary mixture);
 wenzelm parents: 
45390diff
changeset | 290 |         handle THM _ => raise THM ("Failed to re-import result", 0, result' :: asms'))
 | 
| 54742 
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
 wenzelm parents: 
52230diff
changeset | 291 | |> Local_Defs.contract ctxt defs (Thm.cprop_of th) | 
| 54883 
dd04a8b654fc
proper context for norm_hhf and derived operations;
 wenzelm parents: 
54742diff
changeset | 292 | |> Goal.norm_result ctxt | 
| 39557 
fe5722fce758
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
 wenzelm parents: 
38831diff
changeset | 293 | |> Global_Theory.name_thm false false name; | 
| 38309 | 294 | |
| 295 | in (result'', result) end; | |
| 296 | ||
| 47250 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 297 | in | 
| 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 298 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 299 | fun notes target_notes kind facts lthy = | 
| 38309 | 300 | let | 
| 301 | val facts' = facts | |
| 39557 
fe5722fce758
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
 wenzelm parents: 
38831diff
changeset | 302 | |> map (fn (a, bs) => (a, Global_Theory.burrow_fact (Global_Theory.name_multi | 
| 38309 | 303 | (Local_Theory.full_name lthy (fst a))) bs)) | 
| 39557 
fe5722fce758
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
 wenzelm parents: 
38831diff
changeset | 304 | |> Global_Theory.map_facts (import_export_proof lthy); | 
| 
fe5722fce758
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
 wenzelm parents: 
38831diff
changeset | 305 | val local_facts = Global_Theory.map_facts #1 facts'; | 
| 
fe5722fce758
renamed structure PureThy to Pure_Thy and moved most content to Global_Theory, to emphasize that this is global-only;
 wenzelm parents: 
38831diff
changeset | 306 | val global_facts = Global_Theory.map_facts #2 facts'; | 
| 38309 | 307 | in | 
| 308 | lthy | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 309 | |> target_notes kind global_facts (Attrib.partial_evaluation lthy local_facts) | 
| 47249 
c0481c3c2a6c
added Attrib.global_notes/local_notes/generic_notes convenience;
 wenzelm parents: 
47246diff
changeset | 310 | |> Attrib.local_notes kind local_facts | 
| 38309 | 311 | end; | 
| 312 | ||
| 47250 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 313 | end; | 
| 
6523a21076a8
clarified Generic_Target.notes: always perform Attrib.partial_evaluation;
 wenzelm parents: 
47249diff
changeset | 314 | |
| 38309 | 315 | |
| 316 | (* abbrev *) | |
| 317 | ||
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 318 | fun abbrev target_abbrev prmode ((b, mx), rhs) lthy = | 
| 38309 | 319 | let | 
| 60345 
592806806494
completely separated canonical class abbreviations from abbreviations stemming from non-canonical morphisms -- these have no shared concept
 haftmann parents: 
60344diff
changeset | 320 | val (global_rhs, (extra_tfrees, (type_params, term_params))) = export_abbrev lthy I rhs; | 
| 38312 
9dd57db3c0f2
moved extra_tfrees check for mixfix syntax to Generic_Target
 haftmann parents: 
38311diff
changeset | 321 | val mx' = check_mixfix lthy (b, extra_tfrees) mx; | 
| 38309 | 322 | in | 
| 323 | lthy | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 324 | |> target_abbrev prmode (b, mx') global_rhs (type_params, term_params) | 
| 57109 | 325 | |> Proof_Context.add_abbrev Print_Mode.internal (b, rhs) |> snd | 
| 326 | |> Local_Defs.fixed_abbrev ((b, NoSyn), rhs) | |
| 38309 | 327 | end; | 
| 328 | ||
| 38341 
72dba5bd5f63
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
 haftmann parents: 
38315diff
changeset | 329 | |
| 60283 | 330 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 331 | (** theory target primitives **) | 
| 38341 
72dba5bd5f63
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
 haftmann parents: 
38315diff
changeset | 332 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 333 | fun theory_target_foundation (((b, U), mx), (b_def, rhs)) (type_params, term_params) = | 
| 47284 
0e65b6a016dc
clarified background_foundation vs. theory_foundation (with const_declaration);
 wenzelm parents: 
47283diff
changeset | 334 | background_foundation (((b, U), mx), (b_def, rhs)) (type_params, term_params) | 
| 57192 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 335 | #-> (fn (lhs, def) => standard_const (op <>) Syntax.mode_default ((b, mx), lhs) | 
| 57057 | 336 | #> pair (lhs, def)); | 
| 47284 
0e65b6a016dc
clarified background_foundation vs. theory_foundation (with const_declaration);
 wenzelm parents: 
47283diff
changeset | 337 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 338 | fun theory_target_notes kind global_facts local_facts = | 
| 57191 | 339 | Local_Theory.background_theory (Attrib.global_notes kind global_facts #> snd) | 
| 340 | #> standard_notes (op <>) kind local_facts; | |
| 38341 
72dba5bd5f63
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
 haftmann parents: 
38315diff
changeset | 341 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 342 | fun theory_target_abbrev prmode (b, mx) global_rhs params = | 
| 47286 
392c4cd97e5c
more uniform theory_abbrev with const_declaration;
 wenzelm parents: 
47285diff
changeset | 343 | Local_Theory.background_theory_result | 
| 57109 | 344 | (Sign.add_abbrev (#1 prmode) (b, global_rhs) #-> | 
| 47291 
6a641856a0e9
better drop background syntax if entity depends on parameters;
 wenzelm parents: 
47290diff
changeset | 345 | (fn (lhs, _) => (* FIXME type_params!? *) | 
| 57160 | 346 | Sign.notation true prmode [(lhs, check_mixfix_global (b, null (snd params)) mx)] #> pair lhs)) | 
| 57192 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 347 | #-> (fn lhs => standard_const (op <>) prmode | 
| 57160 | 348 | ((b, if null (snd params) then NoSyn else mx), Term.list_comb (Logic.unvarify_global lhs, snd params))); | 
| 38341 
72dba5bd5f63
moved theory-level target operation fragements to Generic_Target; adjusted bootstrap order
 haftmann parents: 
38315diff
changeset | 349 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 350 | |
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 351 | (** theory operations **) | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 352 | |
| 60344 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 353 | val theory_abbrev = abbrev theory_target_abbrev; | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 354 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 355 | fun theory_declaration decl = | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 356 | background_declaration decl #> standard_declaration (K true) decl; | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 357 | |
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 358 | val theory_registration = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 359 | Local_Theory.raw_theory o Context.theory_map ooo Locale.add_registration; | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 360 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 361 | |
| 60283 | 362 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 363 | (** locale target primitives **) | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 364 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 365 | fun locale_target_notes locale kind global_facts local_facts = | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 366 | Local_Theory.background_theory | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 367 | (Attrib.global_notes kind (Attrib.map_facts (K []) global_facts) #> snd) #> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 368 | (fn lthy => lthy |> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 369 | Local_Theory.target (fn ctxt => ctxt |> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 370 | Locale.add_thmss locale kind (standard_facts lthy ctxt local_facts))) #> | 
| 57191 | 371 | standard_notes (fn (this, other) => other <> 0 andalso this <> other) kind local_facts; | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 372 | |
| 57192 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 373 | fun locale_target_declaration locale syntax decl lthy = lthy | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 374 | |> Local_Theory.target (fn ctxt => ctxt |> | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 375 | Locale.add_declaration locale syntax | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 376 | (Morphism.transform (Local_Theory.standard_morphism lthy ctxt) decl)); | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 377 | |
| 60341 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 378 | fun locale_target_const locale phi_pred prmode ((b, mx), rhs) = | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 379 | locale_target_declaration locale true (const_decl phi_pred prmode ((b, mx), rhs)) | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 380 | |
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 381 | |
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 382 | (** locale operations **) | 
| 
fcbd7f0c52c3
clearly separated target primitives (target_foo) from self-contained target operations (foo)
 haftmann parents: 
60340diff
changeset | 383 | |
| 57193 | 384 | fun locale_declaration locale {syntax, pervasive} decl =
 | 
| 385 | pervasive ? background_declaration decl | |
| 386 | #> locale_target_declaration locale syntax decl | |
| 387 | #> standard_declaration (fn (_, other) => other <> 0) decl; | |
| 388 | ||
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 389 | fun locale_const locale prmode ((b, mx), rhs) = | 
| 57192 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 390 | locale_target_const locale (K true) prmode ((b, mx), rhs) | 
| 
180e955711cf
yet another attempt for terminology: foo_target_bar denotes an operation bar operating solely on the target context of target foo, foo_bar denotes a whole stack of operations to accomplish bar for target foo
 haftmann parents: 
57191diff
changeset | 391 | #> standard_const (fn (this, other) => other <> 0 andalso this <> other) prmode ((b, mx), rhs); | 
| 57190 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 392 | |
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 393 | fun locale_dependency locale dep_morph mixin export = | 
| 
05ad9aae4537
recovered structure of module, which got somehow convoluted due to incremental modifications
 haftmann parents: 
57189diff
changeset | 394 | (Local_Theory.raw_theory ooo Locale.add_dependency locale) dep_morph mixin export | 
| 57926 
59b2572e8e93
load local_theory.ML before attrib.ML, with subtle change of semantics due to canonical Local_Theory.map_contexts instead of private Local_Theory.map_top;
 wenzelm parents: 
57193diff
changeset | 395 | #> Locale.activate_fragment_nonbrittle dep_morph mixin export; | 
| 47279 
4bab649dedf0
clarified standard_declaration vs. theory_declaration;
 wenzelm parents: 
47276diff
changeset | 396 | |
| 60344 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 397 | |
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 398 | (** locale abbreviations **) | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 399 | |
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 400 | fun locale_target_abbrev locale prmode (b, mx) global_rhs params = | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 401 | background_abbrev (b, global_rhs) (snd params) | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 402 | #-> (fn (lhs, _) => locale_const locale prmode ((b, mx), lhs)); | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 403 | |
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 404 | fun locale_abbrev locale = abbrev (locale_target_abbrev locale); | 
| 
a40369ea3ba5
self-contained formulation of abbrev for named targets
 haftmann parents: 
60342diff
changeset | 405 | |
| 38309 | 406 | end; |