| author | haftmann | 
| Tue, 08 Mar 2016 21:07:48 +0100 | |
| changeset 62539 | 00f8bca4aba0 | 
| parent 61262 | 7bd1eb4b056e | 
| child 66245 | da3b0e848182 | 
| permissions | -rw-r--r-- | 
| 19 | 1 | (* Title: Pure/sign.ML | 
| 251 | 2 | Author: Lawrence C Paulson and Markus Wenzel | 
| 0 | 3 | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 4 | Logical signature content: naming conventions, concrete syntax, type | 
| 18062 | 5 | signature, polymorphic constants. | 
| 0 | 6 | *) | 
| 7 | ||
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 8 | signature SIGN = | 
| 5642 | 9 | sig | 
| 56056 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 10 | val change_begin: theory -> theory | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 11 | val change_end: theory -> theory | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 12 | val change_end_local: Proof.context -> Proof.context | 
| 56057 
ad6bd8030d88
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
 wenzelm parents: 
56056diff
changeset | 13 | val change_check: theory -> theory | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 14 | val syn_of: theory -> Syntax.syntax | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 15 | val tsig_of: theory -> Type.tsig | 
| 19642 | 16 | val classes_of: theory -> Sorts.algebra | 
| 21932 
7d592dc078e3
replaced classes by all_classes (topologically sorted);
 wenzelm parents: 
21796diff
changeset | 17 | val all_classes: theory -> class list | 
| 19407 | 18 | val super_classes: theory -> class -> class list | 
| 24732 | 19 | val minimize_sort: theory -> sort -> sort | 
| 20 | val complete_sort: theory -> sort -> sort | |
| 36449 | 21 | val set_defsort: sort -> theory -> theory | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 22 | val defaultS: theory -> sort | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 23 | val subsort: theory -> sort * sort -> bool | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 24 | val of_sort: theory -> typ * sort -> bool | 
| 39290 
44e4d8dfd6bf
load type_infer.ML later -- proper context for Type_Infer.infer_types;
 wenzelm parents: 
39289diff
changeset | 25 | val inter_sort: theory -> sort * sort -> sort | 
| 31946 
99ac0321cd47
witness_sorts: proper type witnesses for hyps, not invented "'hyp" variables;
 wenzelm parents: 
30585diff
changeset | 26 | val witness_sorts: theory -> (typ * sort) list -> sort list -> (typ * sort) list | 
| 59841 | 27 | val logical_types: theory -> string list | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 28 | val typ_instance: theory -> typ * typ -> bool | 
| 19427 | 29 | val typ_equiv: theory -> typ * typ -> bool | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 30 | val typ_match: theory -> typ * typ -> Type.tyenv -> Type.tyenv | 
| 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 31 | val typ_unify: theory -> typ * typ -> Type.tyenv * int -> Type.tyenv * int | 
| 18967 | 32 | val consts_of: theory -> Consts.T | 
| 17037 | 33 | val the_const_constraint: theory -> string -> typ | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 34 | val const_type: theory -> string -> typ option | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 35 | val the_const_type: theory -> string -> typ | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 36 | val declared_tyname: theory -> string -> bool | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 37 | val declared_const: theory -> string -> bool | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 38 | val naming_of: theory -> Name_Space.naming | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 39 | val map_naming: (Name_Space.naming -> Name_Space.naming) -> theory -> theory | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 40 | val restore_naming: theory -> theory -> theory | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 41 | val inherit_naming: theory -> Proof.context -> Context.generic | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 42 | val full_name: theory -> binding -> string | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 43 | val full_name_path: theory -> string -> binding -> string | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 44 | val full_bname: theory -> bstring -> string | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 45 | val full_bname_path: theory -> string -> bstring -> string | 
| 18062 | 46 | val const_monomorphic: theory -> string -> bool | 
| 18146 | 47 | val const_typargs: theory -> string * typ -> typ list | 
| 18164 | 48 | val const_instance: theory -> string * typ list -> typ | 
| 26268 | 49 | val mk_const: theory -> string * typ list -> term | 
| 33095 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 50 | val class_space: theory -> Name_Space.T | 
| 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 51 | val type_space: theory -> Name_Space.T | 
| 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 52 | val const_space: theory -> Name_Space.T | 
| 42359 | 53 | val intern_class: theory -> xstring -> string | 
| 54 | val intern_type: theory -> xstring -> string | |
| 55 | val intern_const: theory -> xstring -> string | |
| 35680 | 56 | val class_alias: binding -> class -> theory -> theory | 
| 57 | val type_alias: binding -> string -> theory -> theory | |
| 58 | val const_alias: binding -> string -> theory -> theory | |
| 19462 | 59 | val arity_number: theory -> string -> int | 
| 60 | val arity_sorts: theory -> string -> sort -> sort list | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 61 | val certify_class: theory -> class -> class | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 62 | val certify_sort: theory -> sort -> sort | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 63 | val certify_typ: theory -> typ -> typ | 
| 24273 
1d4b411caf44
replaced certify_typ_syntax/abbrev by certify_typ_mode;
 wenzelm parents: 
24260diff
changeset | 64 | val certify_typ_mode: Type.mode -> theory -> typ -> typ | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 65 | val certify': bool -> Context.generic -> bool -> Consts.T -> theory -> term -> term * typ * int | 
| 18967 | 66 | val certify_term: theory -> term -> term * typ * int | 
| 16494 | 67 | val cert_term: theory -> term -> term | 
| 68 | val cert_prop: theory -> term -> term | |
| 39133 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 69 | val no_frees: Proof.context -> term -> term | 
| 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 70 | val no_vars: Proof.context -> term -> term | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 71 | val add_type: Proof.context -> binding * int * mixfix -> theory -> theory | 
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 72 | val add_types_global: (binding * int * mixfix) list -> theory -> theory | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 73 | val add_nonterminals: Proof.context -> binding list -> theory -> theory | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 74 | val add_nonterminals_global: binding list -> theory -> theory | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 75 | val add_type_abbrev: Proof.context -> binding * string list * typ -> theory -> theory | 
| 56240 | 76 | val add_syntax: Syntax.mode -> (string * typ * mixfix) list -> theory -> theory | 
| 77 | val add_syntax_cmd: Syntax.mode -> (string * string * mixfix) list -> theory -> theory | |
| 78 | val del_syntax: Syntax.mode -> (string * typ * mixfix) list -> theory -> theory | |
| 79 | val del_syntax_cmd: Syntax.mode -> (string * string * mixfix) list -> theory -> theory | |
| 35412 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 80 | val type_notation: bool -> Syntax.mode -> (typ * mixfix) list -> theory -> theory | 
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 81 | val notation: bool -> Syntax.mode -> (term * mixfix) list -> theory -> theory | 
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 82 | val declare_const: Proof.context -> (binding * typ) * mixfix -> theory -> term * theory | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 83 | val declare_const_global: (binding * typ) * mixfix -> theory -> term * theory | 
| 56239 | 84 | val add_consts: (binding * typ * mixfix) list -> theory -> theory | 
| 85 | val add_consts_cmd: (binding * string * mixfix) list -> theory -> theory | |
| 33173 
b8ca12f6681a
eliminated obsolete tags for types/consts -- now handled via name space, in strongly typed fashion;
 wenzelm parents: 
33172diff
changeset | 86 | val add_abbrev: string -> binding * term -> theory -> (term * term) * theory | 
| 25049 
ec0547a4fcf0
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
 wenzelm parents: 
25042diff
changeset | 87 | val revert_abbrev: string -> string -> theory -> theory | 
| 24761 
d762ab297a07
removed obsolete external interface add_const_constraint;
 wenzelm parents: 
24732diff
changeset | 88 | val add_const_constraint: string * typ option -> theory -> theory | 
| 30343 
79f022df8527
replace old bstring by binding for logical primitives: class, type, const etc.;
 wenzelm parents: 
30280diff
changeset | 89 | val primitive_class: binding * class list -> theory -> theory | 
| 22811 | 90 | val primitive_classrel: class * class -> theory -> theory | 
| 91 | val primitive_arity: arity -> theory -> theory | |
| 52143 | 92 | val parse_ast_translation: | 
| 42224 
578a51fae383
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
 wenzelm parents: 
42204diff
changeset | 93 | (string * (Proof.context -> Ast.ast list -> Ast.ast)) list -> theory -> theory | 
| 52143 | 94 | val parse_translation: | 
| 95 | (string * (Proof.context -> term list -> term)) list -> theory -> theory | |
| 96 | val print_translation: | |
| 97 | (string * (Proof.context -> term list -> term)) list -> theory -> theory | |
| 98 | val typed_print_translation: | |
| 42247 
12fe41a92cd5
typed_print_translation: discontinued show_sorts argument;
 wenzelm parents: 
42224diff
changeset | 99 | (string * (Proof.context -> typ -> term list -> term)) list -> theory -> theory | 
| 52143 | 100 | val print_ast_translation: | 
| 101 | (string * (Proof.context -> Ast.ast list -> Ast.ast)) list -> theory -> theory | |
| 42224 
578a51fae383
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
 wenzelm parents: 
42204diff
changeset | 102 | val add_trrules: Ast.ast Syntax.trrule list -> theory -> theory | 
| 
578a51fae383
discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
 wenzelm parents: 
42204diff
changeset | 103 | val del_trrules: Ast.ast Syntax.trrule list -> theory -> theory | 
| 59886 | 104 | val get_scope: theory -> Binding.scope option | 
| 105 | val new_scope: theory -> Binding.scope * theory | |
| 33724 | 106 | val new_group: theory -> theory | 
| 107 | val reset_group: theory -> theory | |
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 108 | val add_path: string -> theory -> theory | 
| 30421 | 109 | val root_path: theory -> theory | 
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 110 | val parent_path: theory -> theory | 
| 30469 | 111 | val mandatory_path: string -> theory -> theory | 
| 35200 
aaddb2b526d6
more systematic treatment of qualified names derived from binding;
 wenzelm parents: 
35129diff
changeset | 112 | val qualified_path: bool -> binding -> theory -> theory | 
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 113 | val local_path: theory -> theory | 
| 59923 
b21c82422d65
support private scope for individual local theory commands;
 wenzelm parents: 
59896diff
changeset | 114 | val private_scope: Binding.scope -> theory -> theory | 
| 
b21c82422d65
support private scope for individual local theory commands;
 wenzelm parents: 
59896diff
changeset | 115 | val private: Position.T -> theory -> theory | 
| 59990 
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
 wenzelm parents: 
59939diff
changeset | 116 | val qualified_scope: Binding.scope -> theory -> theory | 
| 
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
 wenzelm parents: 
59939diff
changeset | 117 | val qualified: Position.T -> theory -> theory | 
| 59880 
30687c3f2b10
clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
 wenzelm parents: 
59841diff
changeset | 118 | val concealed: theory -> theory | 
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 119 | val hide_class: bool -> string -> theory -> theory | 
| 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 120 | val hide_type: bool -> string -> theory -> theory | 
| 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 121 | val hide_const: bool -> string -> theory -> theory | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 122 | end | 
| 5642 | 123 | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 124 | structure Sign: SIGN = | 
| 143 | 125 | struct | 
| 0 | 126 | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 127 | (** datatype sign **) | 
| 16337 | 128 | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 129 | datatype sign = Sign of | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 130 |  {syn: Syntax.syntax,           (*concrete syntax for terms, types, sorts*)
 | 
| 18062 | 131 | tsig: Type.tsig, (*order-sorted signature of types*) | 
| 132 | consts: Consts.T}; (*polymorphic constants*) | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 133 | |
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 134 | fun make_sign (syn, tsig, consts) = Sign {syn = syn, tsig = tsig, consts = consts};
 | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 135 | |
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 136 | structure Data = Theory_Data' | 
| 22846 | 137 | ( | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 138 | type T = sign; | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 139 |   fun extend (Sign {syn, tsig, consts, ...}) = make_sign (syn, tsig, consts);
 | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 140 | |
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 141 | val empty = make_sign (Syntax.empty_syntax, Type.empty_tsig, Consts.empty); | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 142 | |
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 143 | fun merge old_thys (sign1, sign2) = | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 144 | let | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 145 |       val Sign {syn = syn1, tsig = tsig1, consts = consts1} = sign1;
 | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 146 |       val Sign {syn = syn2, tsig = tsig2, consts = consts2} = sign2;
 | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 147 | |
| 45632 
b23c42b9f78a
prefer Parser.make_gram over Parser.merge_gram, to approximate n-ary merges on theory import;
 wenzelm parents: 
45427diff
changeset | 148 | val syn = Syntax.merge_syntax (syn1, syn2); | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 149 | val tsig = Type.merge_tsig (Context.Theory (fst old_thys)) (tsig1, tsig2); | 
| 18062 | 150 | val consts = Consts.merge (consts1, consts2); | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 151 | in make_sign (syn, tsig, consts) end; | 
| 22846 | 152 | ); | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 153 | |
| 35801 | 154 | fun rep_sg thy = Data.get thy |> (fn Sign args => args); | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 155 | |
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 156 | fun map_sign f = Data.map (fn Sign {syn, tsig, consts} => make_sign (f (syn, tsig, consts)));
 | 
| 16337 | 157 | |
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 158 | fun map_syn f = map_sign (fn (syn, tsig, consts) => (f syn, tsig, consts)); | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 159 | fun map_tsig f = map_sign (fn (syn, tsig, consts) => (syn, f tsig, consts)); | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 160 | fun map_consts f = map_sign (fn (syn, tsig, consts) => (syn, tsig, f consts)); | 
| 14645 | 161 | |
| 162 | ||
| 56056 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 163 | (* linear change discipline *) | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 164 | |
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 165 | fun change_base begin = map_sign (fn (syn, tsig, consts) => | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 166 | (syn, Type.change_base begin tsig, Consts.change_base begin consts)); | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 167 | |
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 168 | val change_begin = change_base true; | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 169 | val change_end = change_base false; | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 170 | |
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 171 | fun change_end_local ctxt = | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 172 | Context.raw_transfer (change_end (Proof_Context.theory_of ctxt)) ctxt; | 
| 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 173 | |
| 56057 
ad6bd8030d88
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
 wenzelm parents: 
56056diff
changeset | 174 | fun change_check thy = | 
| 
ad6bd8030d88
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
 wenzelm parents: 
56056diff
changeset | 175 | if can change_end thy | 
| 
ad6bd8030d88
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
 wenzelm parents: 
56056diff
changeset | 176 | then raise Fail "Unfinished linear change of theory content" else thy; | 
| 
ad6bd8030d88
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
 wenzelm parents: 
56056diff
changeset | 177 | |
| 56056 
4d46d53566e6
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;
 wenzelm parents: 
56026diff
changeset | 178 | |
| 14645 | 179 | (* syntax *) | 
| 180 | ||
| 16597 
5a5229a55964
eliminated separate syn type -- advanced trfuns already part of Syntax.syntax;
 wenzelm parents: 
16536diff
changeset | 181 | val syn_of = #syn o rep_sg; | 
| 14645 | 182 | |
| 0 | 183 | |
| 16337 | 184 | (* type signature *) | 
| 185 | ||
| 186 | val tsig_of = #tsig o rep_sg; | |
| 24732 | 187 | |
| 19642 | 188 | val classes_of = #2 o #classes o Type.rep_tsig o tsig_of; | 
| 21932 
7d592dc078e3
replaced classes by all_classes (topologically sorted);
 wenzelm parents: 
21796diff
changeset | 189 | val all_classes = Sorts.all_classes o classes_of; | 
| 19642 | 190 | val super_classes = Sorts.super_classes o classes_of; | 
| 24732 | 191 | val minimize_sort = Sorts.minimize_sort o classes_of; | 
| 192 | val complete_sort = Sorts.complete_sort o classes_of; | |
| 193 | ||
| 36449 | 194 | val set_defsort = map_tsig o Type.set_defsort; | 
| 4844 | 195 | val defaultS = Type.defaultS o tsig_of; | 
| 4568 | 196 | val subsort = Type.subsort o tsig_of; | 
| 7640 | 197 | val of_sort = Type.of_sort o tsig_of; | 
| 39290 
44e4d8dfd6bf
load type_infer.ML later -- proper context for Type_Infer.infer_types;
 wenzelm parents: 
39289diff
changeset | 198 | val inter_sort = Type.inter_sort o tsig_of; | 
| 7640 | 199 | val witness_sorts = Type.witness_sorts o tsig_of; | 
| 59841 | 200 | val logical_types = Type.logical_types o tsig_of; | 
| 24732 | 201 | |
| 14784 
e65d77313a94
xxx_typ_raw replace xxx_typ_no_norm forms; prevent duplicate consts declarations in merge; misc cleanup;
 wenzelm parents: 
14700diff
changeset | 202 | val typ_instance = Type.typ_instance o tsig_of; | 
| 19427 | 203 | fun typ_equiv thy (T, U) = typ_instance thy (T, U) andalso typ_instance thy (U, T); | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 204 | val typ_match = Type.typ_match o tsig_of; | 
| 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 205 | val typ_unify = Type.unify o tsig_of; | 
| 4256 | 206 | |
| 207 | ||
| 18062 | 208 | (* polymorphic constants *) | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 209 | |
| 18062 | 210 | val consts_of = #consts o rep_sg; | 
| 21722 | 211 | val the_const_constraint = Consts.the_constraint o consts_of; | 
| 43794 
49cbbe2768a8
sub-structural sharing after Syntax.check phase, with global interning of logical entities (the latter is relevant when bypassing default parsing via YXML);
 wenzelm parents: 
43278diff
changeset | 212 | val the_const_type = #2 oo (Consts.the_const o consts_of); | 
| 18062 | 213 | val const_type = try o the_const_type; | 
| 21722 | 214 | val const_monomorphic = Consts.is_monomorphic o consts_of; | 
| 18062 | 215 | val const_typargs = Consts.typargs o consts_of; | 
| 18164 | 216 | val const_instance = Consts.instance o consts_of; | 
| 4256 | 217 | |
| 26268 | 218 | fun mk_const thy (c, Ts) = Const (c, const_instance thy (c, Ts)); | 
| 219 | ||
| 56026 
893fe12639bc
tuned signature -- prefer Name_Space.get with its builtin error;
 wenzelm parents: 
56025diff
changeset | 220 | fun declared_tyname ctxt c = can (Type.the_decl (tsig_of ctxt)) (c, Position.none); | 
| 24761 
d762ab297a07
removed obsolete external interface add_const_constraint;
 wenzelm parents: 
24732diff
changeset | 221 | val declared_const = can o the_const_constraint; | 
| 620 | 222 | |
| 402 | 223 | |
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 224 | (* naming *) | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 225 | |
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 226 | val naming_of = Name_Space.naming_of o Context.Theory; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 227 | val map_naming = Context.theory_map o Name_Space.map_naming; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 228 | val restore_naming = map_naming o K o naming_of; | 
| 47006 | 229 | fun inherit_naming thy = Name_Space.map_naming (K (naming_of thy)) o Context.Proof; | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 230 | |
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 231 | val full_name = Name_Space.full_name o naming_of; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 232 | fun full_name_path thy path = Name_Space.full_name (Name_Space.add_path path (naming_of thy)); | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 233 | |
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 234 | fun full_bname thy = Name_Space.full_name (naming_of thy) o Binding.name; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 235 | fun full_bname_path thy path = full_name_path thy path o Binding.name; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 236 | |
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 237 | |
| 0 | 238 | |
| 42359 | 239 | (** name spaces **) | 
| 16337 | 240 | |
| 35669 
a91c7ed801b8
added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
 wenzelm parents: 
35429diff
changeset | 241 | val class_space = Type.class_space o tsig_of; | 
| 
a91c7ed801b8
added ProofContext.tsig_of -- proforma version for local name space only, not logical content;
 wenzelm parents: 
35429diff
changeset | 242 | val type_space = Type.type_space o tsig_of; | 
| 18967 | 243 | val const_space = Consts.space_of o consts_of; | 
| 14645 | 244 | |
| 42359 | 245 | val intern_class = Name_Space.intern o class_space; | 
| 246 | val intern_type = Name_Space.intern o type_space; | |
| 247 | val intern_const = Name_Space.intern o const_space; | |
| 248 | ||
| 35680 | 249 | fun class_alias b c thy = map_tsig (Type.class_alias (naming_of thy) b c) thy; | 
| 250 | fun type_alias b c thy = map_tsig (Type.type_alias (naming_of thy) b c) thy; | |
| 251 | fun const_alias b c thy = map_consts (Consts.alias (naming_of thy) b c) thy; | |
| 252 | ||
| 14645 | 253 | |
| 254 | ||
| 16337 | 255 | (** certify entities **) (*exception TYPE*) | 
| 8898 | 256 | |
| 16337 | 257 | (* certify wrt. type signature *) | 
| 8898 | 258 | |
| 19462 | 259 | val arity_number = Type.arity_number o tsig_of; | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 260 | fun arity_sorts thy = Type.arity_sorts (Context.Theory thy) (tsig_of thy); | 
| 19462 | 261 | |
| 42388 | 262 | val certify_class = Type.cert_class o tsig_of; | 
| 263 | val certify_sort = Type.cert_sort o tsig_of; | |
| 264 | val certify_typ = Type.cert_typ o tsig_of; | |
| 24273 
1d4b411caf44
replaced certify_typ_syntax/abbrev by certify_typ_mode;
 wenzelm parents: 
24260diff
changeset | 265 | fun certify_typ_mode mode = Type.cert_typ_mode mode o tsig_of; | 
| 10443 
0a68dc9edba5
added certify_tycon, certify_tyabbr, certify_const;
 wenzelm parents: 
10404diff
changeset | 266 | |
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 267 | |
| 18967 | 268 | (* certify term/prop *) | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 269 | |
| 14987 | 270 | local | 
| 1494 
22f67e796445
added nodup_Vars check in cterm_of. Prevents same var with distinct types.
 nipkow parents: 
1460diff
changeset | 271 | |
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 272 | fun type_check context tm = | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 273 | let | 
| 39289 
92b50c8bb67b
common Type.appl_error, which also covers explicit constraints;
 wenzelm parents: 
39137diff
changeset | 274 | fun err_appl bs t T u U = | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 275 | let | 
| 10404 | 276 | val xs = map Free bs; (*we do not rename here*) | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 277 | val t' = subst_bounds (xs, t); | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 278 | val u' = subst_bounds (xs, u); | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 279 | val msg = Type.appl_error (Syntax.init_pretty context) t' T u' U; | 
| 16337 | 280 | in raise TYPE (msg, [T, U], [t', u']) end; | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 281 | |
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 282 | fun typ_of (_, Const (_, T)) = T | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 283 | | typ_of (_, Free (_, T)) = T | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 284 | | typ_of (_, Var (_, T)) = T | 
| 43278 | 285 | | typ_of (bs, Bound i) = snd (nth bs i handle General.Subscript => | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 286 |           raise TYPE ("Loose bound variable: B." ^ string_of_int i, [], [Bound i]))
 | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 287 | | typ_of (bs, Abs (x, T, body)) = T --> typ_of ((x, T) :: bs, body) | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 288 | | typ_of (bs, t $ u) = | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 289 | let val T = typ_of (bs, t) and U = typ_of (bs, u) in | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 290 | (case T of | 
| 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 291 |               Type ("fun", [T1, T2]) =>
 | 
| 39289 
92b50c8bb67b
common Type.appl_error, which also covers explicit constraints;
 wenzelm parents: 
39137diff
changeset | 292 | if T1 = U then T2 else err_appl bs t T u U | 
| 
92b50c8bb67b
common Type.appl_error, which also covers explicit constraints;
 wenzelm parents: 
39137diff
changeset | 293 | | _ => err_appl bs t T u U) | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 294 | end; | 
| 18967 | 295 | in typ_of ([], tm) end; | 
| 4961 
27f559b54c57
certify_term: type_check replaces Term.type_of, providing sensible
 wenzelm parents: 
4951diff
changeset | 296 | |
| 18967 | 297 | fun err msg = raise TYPE (msg, [], []); | 
| 298 | ||
| 299 | fun check_vars (t $ u) = (check_vars t; check_vars u) | |
| 300 | | check_vars (Abs (_, _, t)) = check_vars t | |
| 27205 | 301 | | check_vars (Free (x, _)) = | 
| 30364 
577edc39b501
moved basic algebra of long names from structure NameSpace to Long_Name;
 wenzelm parents: 
30343diff
changeset | 302 |       if Long_Name.is_qualified x then err ("Malformed variable: " ^ quote x) else ()
 | 
| 18967 | 303 | | check_vars (Var (xi as (_, i), _)) = | 
| 304 |       if i < 0 then err ("Malformed variable: " ^ quote (Term.string_of_vname xi)) else ()
 | |
| 305 | | check_vars _ = (); | |
| 0 | 306 | |
| 14987 | 307 | in | 
| 308 | ||
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 309 | fun certify' prop context do_expand consts thy tm = | 
| 251 | 310 | let | 
| 18967 | 311 | val _ = check_vars tm; | 
| 20548 
8ef25fe585a8
renamed Term.map_term_types to Term.map_types (cf. Term.fold_types);
 wenzelm parents: 
20330diff
changeset | 312 | val tm' = Term.map_types (certify_typ thy) tm; | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 313 | val T = type_check context tm'; | 
| 18967 | 314 | val _ = if prop andalso T <> propT then err "Term not of type prop" else (); | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 315 | val tm'' = Consts.certify context (tsig_of thy) do_expand consts tm'; | 
| 18967 | 316 | in (if tm = tm'' then tm else tm'', T, Term.maxidx_of_term tm'') end; | 
| 169 | 317 | |
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 318 | fun certify_term thy = certify' false (Context.Theory thy) true (consts_of thy) thy; | 
| 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 319 | fun cert_term_abbrev thy = #1 o certify' false (Context.Theory thy) false (consts_of thy) thy; | 
| 18967 | 320 | val cert_term = #1 oo certify_term; | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 321 | fun cert_prop thy = #1 o certify' true (Context.Theory thy) true (consts_of thy) thy; | 
| 251 | 322 | |
| 14987 | 323 | end; | 
| 324 | ||
| 251 | 325 | |
| 18941 | 326 | (* specifications *) | 
| 327 | ||
| 39133 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 328 | fun no_variables kind add addT mk mkT ctxt tm = | 
| 21741 | 329 | (case (add tm [], addT tm []) of | 
| 18941 | 330 | ([], []) => tm | 
| 25117 | 331 | | (frees, tfrees) => error (Pretty.string_of (Pretty.block | 
| 332 |       (Pretty.str ("Illegal " ^ kind ^ " variable(s) in term:") :: Pretty.brk 1 ::
 | |
| 39133 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 333 | Pretty.commas | 
| 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 334 | (map (Syntax.pretty_term ctxt o mk) frees @ map (Syntax.pretty_typ ctxt o mkT) tfrees))))); | 
| 21741 | 335 | |
| 336 | val no_frees = no_variables "free" Term.add_frees Term.add_tfrees Free TFree; | |
| 337 | val no_vars = no_variables "schematic" Term.add_vars Term.add_tvars Var TVar; | |
| 18941 | 338 | |
| 339 | ||
| 16337 | 340 | |
| 341 | (** signature extension functions **) (*exception ERROR/TYPE*) | |
| 386 | 342 | |
| 343 | (* add type constructors *) | |
| 344 | ||
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 345 | fun add_type ctxt (b, n, mx) thy = thy |> map_sign (fn (syn, tsig, consts) => | 
| 14856 | 346 | let | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 347 | val type_syntax = (Lexicon.mark_type (full_name thy b), Mixfix.make_type n, mx); | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 348 | val syn' = Syntax.update_type_gram true Syntax.mode_default [type_syntax] syn; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 349 | val tsig' = Type.add_type (inherit_naming thy ctxt) (b, n) tsig; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 350 | in (syn', tsig', consts) end); | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 351 | |
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 352 | fun add_types_global types thy = | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 353 | fold (add_type (Syntax.init_pretty_global thy)) types thy; | 
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 354 | |
| 16337 | 355 | |
| 356 | (* add nonterminals *) | |
| 357 | ||
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 358 | fun add_nonterminals ctxt ns thy = thy |> map_sign (fn (syn, tsig, consts) => | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 359 | (syn, fold (Type.add_nonterminal (inherit_naming thy ctxt)) ns tsig, consts)); | 
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 360 | |
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 361 | fun add_nonterminals_global ns thy = | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 362 | add_nonterminals (Syntax.init_pretty_global thy) ns thy; | 
| 386 | 363 | |
| 364 | ||
| 365 | (* add type abbreviations *) | |
| 366 | ||
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 367 | fun add_type_abbrev ctxt abbr thy = thy |> map_sign (fn (syn, tsig, consts) => | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 368 | (syn, Type.add_abbrev (inherit_naming thy ctxt) abbr tsig, consts)); | 
| 14784 
e65d77313a94
xxx_typ_raw replace xxx_typ_no_norm forms; prevent duplicate consts declarations in merge; misc cleanup;
 wenzelm parents: 
14700diff
changeset | 369 | |
| 
e65d77313a94
xxx_typ_raw replace xxx_typ_no_norm forms; prevent duplicate consts declarations in merge; misc cleanup;
 wenzelm parents: 
14700diff
changeset | 370 | |
| 16337 | 371 | (* modify syntax *) | 
| 372 | ||
| 25366 
05c2ae18cc51
tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;
 wenzelm parents: 
25351diff
changeset | 373 | fun gen_syntax change_gram parse_typ mode args thy = | 
| 16337 | 374 | let | 
| 45427 
fca432074fb2
sort assignment before simultaneous term_check, not isolated parse_term;
 wenzelm parents: 
43794diff
changeset | 375 | val ctxt = Type.set_mode Type.mode_syntax (Proof_Context.init_global thy); | 
| 25366 
05c2ae18cc51
tyabbr/syntax/consts: replaced obsolete read_typ by Syntax.parse_typ/certify_typ;
 wenzelm parents: 
25351diff
changeset | 376 | fun prep (c, T, mx) = (c, certify_typ_mode Type.mode_syntax thy (parse_typ ctxt T), mx) | 
| 35129 | 377 |       handle ERROR msg => cat_error msg ("in syntax declaration " ^ quote c);
 | 
| 59841 | 378 | in thy |> map_syn (change_gram (logical_types thy) mode (map prep args)) end; | 
| 16337 | 379 | |
| 35412 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 380 | fun gen_add_syntax x = gen_syntax (Syntax.update_const_gram true) x; | 
| 386 | 381 | |
| 56240 | 382 | val add_syntax = gen_add_syntax (K I); | 
| 383 | val add_syntax_cmd = gen_add_syntax Syntax.read_typ; | |
| 384 | val del_syntax = gen_syntax (Syntax.update_const_gram false) (K I); | |
| 385 | val del_syntax_cmd = gen_syntax (Syntax.update_const_gram false) Syntax.read_typ; | |
| 35412 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 386 | |
| 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 387 | fun type_notation add mode args = | 
| 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 388 | let | 
| 35429 
afa8cf9e63d8
authentic syntax for classes and type constructors;
 wenzelm parents: 
35412diff
changeset | 389 | fun type_syntax (Type (c, args), mx) = | 
| 42290 
b1f544c84040
discontinued special treatment of structure Lexicon;
 wenzelm parents: 
42288diff
changeset | 390 | SOME (Lexicon.mark_type c, Mixfix.make_type (length args), mx) | 
| 35412 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 391 | | type_syntax _ = NONE; | 
| 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 392 | in map_syn (Syntax.update_type_gram add mode (map_filter type_syntax args)) end; | 
| 3805 | 393 | |
| 25383 
2e766dd19e4f
notation: based on Syntax.update_const_gram (avoids duplicates);
 wenzelm parents: 
25366diff
changeset | 394 | fun notation add mode args thy = | 
| 
2e766dd19e4f
notation: based on Syntax.update_const_gram (avoids duplicates);
 wenzelm parents: 
25366diff
changeset | 395 | let | 
| 35255 | 396 | fun const_syntax (Const (c, _), mx) = | 
| 397 | (case try (Consts.type_scheme (consts_of thy)) c of | |
| 42290 
b1f544c84040
discontinued special treatment of structure Lexicon;
 wenzelm parents: 
42288diff
changeset | 398 | SOME T => SOME (Lexicon.mark_const c, T, mx) | 
| 35255 | 399 | | NONE => NONE) | 
| 25383 
2e766dd19e4f
notation: based on Syntax.update_const_gram (avoids duplicates);
 wenzelm parents: 
25366diff
changeset | 400 | | const_syntax _ = NONE; | 
| 35412 
b8dead547d9e
more uniform treatment of syntax for types vs. consts;
 wenzelm parents: 
35395diff
changeset | 401 | in gen_syntax (Syntax.update_const_gram add) (K I) mode (map_filter const_syntax args) thy end; | 
| 19658 | 402 | |
| 16337 | 403 | |
| 404 | (* add constants *) | |
| 386 | 405 | |
| 17995 | 406 | local | 
| 407 | ||
| 45427 
fca432074fb2
sort assignment before simultaneous term_check, not isolated parse_term;
 wenzelm parents: 
43794diff
changeset | 408 | fun gen_add_consts prep_typ ctxt raw_args thy = | 
| 386 | 409 | let | 
| 45427 
fca432074fb2
sort assignment before simultaneous term_check, not isolated parse_term;
 wenzelm parents: 
43794diff
changeset | 410 | val prepT = Type.no_tvars o Term.no_dummyT o certify_typ thy o prep_typ ctxt; | 
| 35129 | 411 | fun prep (b, raw_T, mx) = | 
| 19658 | 412 | let | 
| 28965 | 413 | val c = full_name thy b; | 
| 19658 | 414 | val T = (prepT raw_T handle TYPE (msg, _, _) => error msg) handle ERROR msg => | 
| 42381 
309ec68442c6
added Binding.print convenience, which includes quote already;
 wenzelm parents: 
42376diff
changeset | 415 |           cat_error msg ("in declaration of constant " ^ Binding.print b);
 | 
| 35845 
e5980f0ad025
renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
 wenzelm parents: 
35801diff
changeset | 416 | val T' = Logic.varifyT_global T; | 
| 42290 
b1f544c84040
discontinued special treatment of structure Lexicon;
 wenzelm parents: 
42288diff
changeset | 417 | in ((b, T'), (Lexicon.mark_const c, T', mx), Const (c, T)) end; | 
| 16337 | 418 | val args = map prep raw_args; | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 419 | in | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 420 | thy | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 421 | |> map_consts (fold (Consts.declare (inherit_naming thy ctxt) o #1) args) | 
| 56240 | 422 | |> add_syntax Syntax.mode_default (map #2 args) | 
| 24959 
119793c84647
replaced Sign.add_consts_authentic by Sign.declare_const;
 wenzelm parents: 
24949diff
changeset | 423 | |> pair (map #3 args) | 
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 424 | end; | 
| 386 | 425 | |
| 17995 | 426 | in | 
| 427 | ||
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 428 | fun add_consts args thy = | 
| 56239 | 429 | #2 (gen_add_consts (K I) (Proof_Context.init_global thy) args thy); | 
| 45427 
fca432074fb2
sort assignment before simultaneous term_check, not isolated parse_term;
 wenzelm parents: 
43794diff
changeset | 430 | |
| 56239 | 431 | fun add_consts_cmd args thy = | 
| 432 | #2 (gen_add_consts Syntax.read_typ (Proof_Context.init_global thy) args thy); | |
| 24959 
119793c84647
replaced Sign.add_consts_authentic by Sign.declare_const;
 wenzelm parents: 
24949diff
changeset | 433 | |
| 42376 
c3abf2c3f541
eliminated obsolete markup -- superseded by generic "entity" markup;
 wenzelm parents: 
42375diff
changeset | 434 | fun declare_const ctxt ((b, T), mx) = yield_singleton (gen_add_consts (K I) ctxt) (b, T, mx); | 
| 42375 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 435 | fun declare_const_global arg thy = declare_const (Proof_Context.init_global thy) arg thy; | 
| 
774df7c59508
report Name_Space.declare/define, relatively to context;
 wenzelm parents: 
42360diff
changeset | 436 | |
| 17995 | 437 | end; | 
| 438 | ||
| 386 | 439 | |
| 25049 
ec0547a4fcf0
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
 wenzelm parents: 
25042diff
changeset | 440 | (* abbreviations *) | 
| 18941 | 441 | |
| 47008 | 442 | fun add_abbrev mode (b, raw_t) thy = (* FIXME proper ctxt (?) *) | 
| 18941 | 443 | let | 
| 39133 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 444 | val ctxt = Syntax.init_pretty_global thy; | 
| 
70d3915c92f0
pretty printing: prefer regular Proof.context over Pretty.pp, which is mostly for special bootstrap purposes involving theory merge, for example;
 wenzelm parents: 
37145diff
changeset | 445 | val prep_tm = no_frees ctxt o Term.no_dummy_patterns o cert_term_abbrev thy; | 
| 19806 | 446 | val t = (prep_tm raw_t handle TYPE (msg, _, _) => error msg | TERM (msg, _) => error msg) | 
| 42381 
309ec68442c6
added Binding.print convenience, which includes quote already;
 wenzelm parents: 
42376diff
changeset | 447 |       handle ERROR msg => cat_error msg ("in constant abbreviation " ^ Binding.print b);
 | 
| 21696 | 448 | val (res, consts') = consts_of thy | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 449 | |> Consts.abbreviate (inherit_naming thy ctxt) (tsig_of thy) mode (b, t); | 
| 25049 
ec0547a4fcf0
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
 wenzelm parents: 
25042diff
changeset | 450 | in (res, thy |> map_consts (K consts')) end; | 
| 
ec0547a4fcf0
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
 wenzelm parents: 
25042diff
changeset | 451 | |
| 
ec0547a4fcf0
add_abbrev: removed Logic.legacy_varifyT, do not unvarify result (again);
 wenzelm parents: 
25042diff
changeset | 452 | fun revert_abbrev mode c = map_consts (Consts.revert_abbrev mode c); | 
| 18941 | 453 | |
| 454 | ||
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 455 | (* add constraints *) | 
| 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 456 | |
| 24761 
d762ab297a07
removed obsolete external interface add_const_constraint;
 wenzelm parents: 
24732diff
changeset | 457 | fun add_const_constraint (c, opt_T) thy = | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 458 | let | 
| 19099 
100bf66d7e85
add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
 wenzelm parents: 
19054diff
changeset | 459 | fun prepT raw_T = | 
| 35845 
e5980f0ad025
renamed varify/unvarify operations to varify_global/unvarify_global to emphasize that these only work in a global situation;
 wenzelm parents: 
35801diff
changeset | 460 | let val T = Logic.varifyT_global (Type.no_tvars (Term.no_dummyT (certify_typ thy raw_T))) | 
| 19099 
100bf66d7e85
add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
 wenzelm parents: 
19054diff
changeset | 461 | in cert_term thy (Const (c, T)); T end | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 462 | handle TYPE (msg, _, _) => error msg; | 
| 19099 
100bf66d7e85
add_const_constraint(_i): demand TFrees instead of TVars, optional type (i.e. may delete constraints);
 wenzelm parents: 
19054diff
changeset | 463 | in thy |> map_consts (Consts.constrain (c, Option.map prepT opt_T)) end; | 
| 16941 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 464 | |
| 
0bda949449ee
added add_const_constraint(_i), const_constraint;
 wenzelm parents: 
16894diff
changeset | 465 | |
| 19513 
77ff7cd602d7
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
 wenzelm parents: 
19482diff
changeset | 466 | (* primitive classes and arities *) | 
| 386 | 467 | |
| 19513 
77ff7cd602d7
removed add_classes/classrel/arities (superceded by AxClass.axiomatize_class/classrel/arity);
 wenzelm parents: 
19482diff
changeset | 468 | fun primitive_class (bclass, classes) thy = | 
| 42387 | 469 | thy | 
| 47005 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 470 | |> map_sign (fn (syn, tsig, consts) => | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 471 | let val tsig' = Type.add_class (Context.Theory thy) (bclass, classes) tsig; | 
| 
421760a1efe7
maintain generic context naming in structure Name_Space (NB: empty = default_naming, init = local_naming);
 wenzelm parents: 
45632diff
changeset | 472 | in (syn, tsig', consts) end) | 
| 56239 | 473 | |> add_consts [(Binding.map_name Logic.const_of_class bclass, Term.a_itselfT --> propT, NoSyn)]; | 
| 3791 
c5db2c87a646
now supports qualified names (intern vs. extern) !!!
 wenzelm parents: 
3552diff
changeset | 474 | |
| 42387 | 475 | fun primitive_classrel arg thy = | 
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 476 | thy |> map_tsig (Type.add_classrel (Context.Theory thy) arg); | 
| 42387 | 477 | |
| 478 | fun primitive_arity arg thy = | |
| 61262 
7bd1eb4b056e
tuned signature: eliminated pointless type Context.pretty;
 wenzelm parents: 
59990diff
changeset | 479 | thy |> map_tsig (Type.add_arity (Context.Theory thy) arg); | 
| 421 | 480 | |
| 481 | ||
| 14645 | 482 | (* add translation functions *) | 
| 483 | ||
| 15746 | 484 | local | 
| 485 | ||
| 42288 
2074b31650e6
discontinued special treatment of structure Syntax_Ext (formerly Syn_Ext);
 wenzelm parents: 
42287diff
changeset | 486 | fun mk trs = map Syntax_Ext.mk_trfun trs; | 
| 15746 | 487 | |
| 488 | in | |
| 489 | ||
| 52143 | 490 | fun parse_ast_translation atrs = map_syn (Syntax.update_trfuns (mk atrs, [], [], [])); | 
| 491 | fun parse_translation trs = map_syn (Syntax.update_trfuns ([], mk trs, [], [])); | |
| 492 | fun print_translation tr's = | |
| 493 | map_syn (Syntax.update_trfuns ([], [], mk (map (apsnd Syntax_Trans.non_typed_tr') tr's), [])); | |
| 494 | fun typed_print_translation tr's = map_syn (Syntax.update_trfuns ([], [], mk tr's, [])); | |
| 495 | fun print_ast_translation atr's = map_syn (Syntax.update_trfuns ([], [], [], mk atr's)); | |
| 14645 | 496 | |
| 15746 | 497 | end; | 
| 498 | ||
| 14645 | 499 | |
| 19258 
ada9977f1e98
declared_const: check for type constraint only, i.e. admit abbreviations as well;
 wenzelm parents: 
19250diff
changeset | 500 | (* translation rules *) | 
| 4619 | 501 | |
| 42204 | 502 | val add_trrules = map_syn o Syntax.update_trrules; | 
| 503 | val del_trrules = map_syn o Syntax.remove_trrules; | |
| 386 | 504 | |
| 505 | ||
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 506 | (* naming *) | 
| 6546 | 507 | |
| 59886 | 508 | val get_scope = Name_Space.get_scope o naming_of; | 
| 509 | ||
| 510 | fun new_scope thy = | |
| 511 | let | |
| 512 | val (scope, naming') = Name_Space.new_scope (naming_of thy); | |
| 513 | val thy' = map_naming (K naming') thy; | |
| 514 | in (scope, thy') end; | |
| 515 | ||
| 33724 | 516 | val new_group = map_naming Name_Space.new_group; | 
| 517 | val reset_group = map_naming Name_Space.reset_group; | |
| 518 | ||
| 33095 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 519 | val add_path = map_naming o Name_Space.add_path; | 
| 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 520 | val root_path = map_naming Name_Space.root_path; | 
| 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 521 | val parent_path = map_naming Name_Space.parent_path; | 
| 
bbd52d2f8696
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
 wenzelm parents: 
32789diff
changeset | 522 | val mandatory_path = map_naming o Name_Space.mandatory_path; | 
| 35200 
aaddb2b526d6
more systematic treatment of qualified names derived from binding;
 wenzelm parents: 
35129diff
changeset | 523 | val qualified_path = map_naming oo Name_Space.qualified_path; | 
| 6546 | 524 | |
| 16442 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 525 | fun local_path thy = thy |> root_path |> add_path (Context.theory_name thy); | 
| 
1171ecf7fb7e
obsolete type sg is now an alias for Context.theory;
 wenzelm parents: 
16368diff
changeset | 526 | |
| 59923 
b21c82422d65
support private scope for individual local theory commands;
 wenzelm parents: 
59896diff
changeset | 527 | val private_scope = map_naming o Name_Space.private_scope; | 
| 59896 | 528 | val private = map_naming o Name_Space.private; | 
| 59990 
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
 wenzelm parents: 
59939diff
changeset | 529 | val qualified_scope = map_naming o Name_Space.qualified_scope; | 
| 
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
 wenzelm parents: 
59939diff
changeset | 530 | val qualified = map_naming o Name_Space.qualified; | 
| 59880 
30687c3f2b10
clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
 wenzelm parents: 
59841diff
changeset | 531 | val concealed = map_naming Name_Space.concealed; | 
| 
30687c3f2b10
clarified role of naming for background theory: transform_binding (e.g. for "concealed" flag) uses naming of hypothetical context;
 wenzelm parents: 
59841diff
changeset | 532 | |
| 6546 | 533 | |
| 16337 | 534 | (* hide names *) | 
| 386 | 535 | |
| 26667 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 536 | val hide_class = map_tsig oo Type.hide_class; | 
| 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 537 | val hide_type = map_tsig oo Type.hide_type; | 
| 
660b69b3c28a
removed obsolete SIGN_THEORY -- no name aliases in structure Theory;
 wenzelm parents: 
26637diff
changeset | 538 | val hide_const = map_consts oo Consts.hide; | 
| 17343 | 539 | |
| 0 | 540 | end; |