src/HOL/Tools/hologic.ML
author haftmann
Wed, 03 Dec 2008 15:58:44 +0100
changeset 28952 15a4b2cf8c34
parent 27325 src/HOL/hologic.ML@70e4eb732fa9
child 30304 d8e4cd2ac2a1
permissions -rw-r--r--
made repository layout more coherent with logical distribution structure; stripped some $Id$s
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     1
(*  Title:      HOL/hologic.ML
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     2
    ID:         $Id$
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     3
    Author:     Lawrence C Paulson and Markus Wenzel
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     4
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     5
Abstract syntax operations for HOL.
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     6
*)
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     7
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     8
signature HOLOGIC =
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     9
sig
12338
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
    10
  val typeS: sort
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
    11
  val typeT: typ
8275
32387a2c7749 added boolN;
wenzelm
parents: 8100
diff changeset
    12
  val boolN: string
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    13
  val boolT: typ
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    14
  val true_const: term
7073
a959b4391fd8 added boolean and binary constants
paulson
parents: 6380
diff changeset
    15
  val false_const: term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    16
  val mk_setT: typ -> typ
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    17
  val dest_setT: typ -> typ
15965
f422f8283491 Use of IntInf.int instead of int in most numeric simprocs; avoids
paulson
parents: 15945
diff changeset
    18
  val Trueprop: term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    19
  val mk_Trueprop: term -> term
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    20
  val dest_Trueprop: term -> term
23555
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
    21
  val conj_intr: thm -> thm -> thm
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
    22
  val conj_elim: thm -> thm * thm
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
    23
  val conj_elims: thm -> thm list
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    24
  val conj: term
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    25
  val disj: term
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    26
  val imp: term
8429
515fa7533354 added Not;
wenzelm
parents: 8302
diff changeset
    27
  val Not: term
7690
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
    28
  val mk_conj: term * term -> term
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
    29
  val mk_disj: term * term -> term
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
    30
  val mk_imp: term * term -> term
16835
2e7d7ec7a268 removed not_const -- use Not instead;
wenzelm
parents: 15965
diff changeset
    31
  val mk_not: term -> term
15151
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
    32
  val dest_conj: term -> term list
15945
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
    33
  val dest_disj: term -> term list
24958
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
    34
  val disjuncts: term -> term list
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    35
  val dest_imp: term -> term * term
15151
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
    36
  val dest_not: term -> term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    37
  val eq_const: typ -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    38
  val mk_eq: term * term -> term
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    39
  val dest_eq: term -> term * term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    40
  val all_const: typ -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    41
  val mk_all: string * typ * term -> term
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    42
  val list_all: (string * typ) list * term -> term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    43
  val exists_const: typ -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    44
  val mk_exists: string * typ * term -> term
15945
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
    45
  val choice_const: typ -> term
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    46
  val Collect_const: typ -> term
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    47
  val mk_Collect: string * typ * term -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    48
  val class_eq: string
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    49
  val mk_mem: term * term -> term
6380
32fda1090a13 added dest_mem;
wenzelm
parents: 6031
diff changeset
    50
  val dest_mem: term -> term * term
11818
9eab353e810b added mk_UNIV;
wenzelm
parents: 11683
diff changeset
    51
  val mk_UNIV: typ -> term
2510
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
    52
  val mk_binop: string -> term * term -> term
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
    53
  val mk_binrel: string -> term * term -> term
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
    54
  val dest_bin: string -> typ -> term -> term * term
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    55
  val unitT: typ
9362
b78d4246a320 added is_unitT;
wenzelm
parents: 8768
diff changeset
    56
  val is_unitT: typ -> bool
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    57
  val unit: term
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    58
  val is_unit: term -> bool
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    59
  val mk_prodT: typ * typ -> typ
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    60
  val dest_prodT: typ -> typ * typ
14048
03a9adec9869 Added pair_const.
berghofe
parents: 13755
diff changeset
    61
  val pair_const: typ -> typ -> term
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    62
  val mk_prod: term * term -> term
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    63
  val dest_prod: term -> term * term
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    64
  val mk_fst: term -> term
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
    65
  val mk_snd: term -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    66
  val split_const: typ * typ * typ -> term
18285
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
    67
  val mk_split: term -> term
5096
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
    68
  val prodT_factors: typ -> typ list
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
    69
  val mk_tuple: typ -> term list -> term
23745
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    70
  val dest_tuple: term -> term list
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    71
  val ap_split: typ -> typ -> term -> term
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    72
  val prod_factors: term -> int list list
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    73
  val dest_tuple': int list list -> term -> term list
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    74
  val prodT_factors': int list list -> typ -> typ list
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    75
  val ap_split': int list list -> typ -> typ -> term -> term
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    76
  val mk_tuple': int list list -> typ -> term list -> term
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    77
  val mk_tupleT: int list list -> typ list -> typ
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
    78
  val strip_split: term -> term * typ list * int list list
5207
wenzelm
parents: 5096
diff changeset
    79
  val natT: typ
wenzelm
parents: 5096
diff changeset
    80
  val zero: term
wenzelm
parents: 5096
diff changeset
    81
  val is_zero: term -> bool
wenzelm
parents: 5096
diff changeset
    82
  val mk_Suc: term -> term
wenzelm
parents: 5096
diff changeset
    83
  val dest_Suc: term -> term
21621
f9fd69d96c4e slight cleanup in hologic.ML
haftmann
parents: 21550
diff changeset
    84
  val Suc_zero: term
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
    85
  val mk_nat: int -> term
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
    86
  val dest_nat: term -> int
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
    87
  val class_size: string
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
    88
  val size_const: typ -> term
26036
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
    89
  val indexT: typ
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    90
  val intT: typ
7073
a959b4391fd8 added boolean and binary constants
paulson
parents: 6380
diff changeset
    91
  val pls_const: term
a959b4391fd8 added boolean and binary constants
paulson
parents: 6380
diff changeset
    92
  val min_const: term
26086
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
    93
  val bit0_const: term
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
    94
  val bit1_const: term
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
    95
  val mk_bit: int -> term
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
    96
  val dest_bit: term -> int
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
    97
  val mk_numeral: int -> term
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
    98
  val dest_numeral: term -> int
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
    99
  val number_of_const: typ -> term
23269
851b8ea067ac simplified/renamed add_numerals;
wenzelm
parents: 23247
diff changeset
   100
  val add_numerals: term -> (term * typ) list -> (term * typ) list
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
   101
  val mk_number: typ -> int -> term
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
   102
  val dest_number: term -> typ * int
21778
66440bf72cdc binary numerals: restricted to actual abstract syntax;
wenzelm
parents: 21755
diff changeset
   103
  val realT: typ
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   104
  val nibbleT: typ
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   105
  val mk_nibble: int -> term
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   106
  val dest_nibble: term -> int
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   107
  val charT: typ
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   108
  val mk_char: int -> term
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   109
  val dest_char: term -> int
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   110
  val listT: typ -> typ
25887
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   111
  val nil_const: typ -> term
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   112
  val cons_const: typ -> term
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   113
  val mk_list: typ -> term list -> term
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   114
  val dest_list: term -> term list
21778
66440bf72cdc binary numerals: restricted to actual abstract syntax;
wenzelm
parents: 21755
diff changeset
   115
  val stringT: typ
21820
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   116
  val mk_string: string -> term
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   117
  val dest_string: term -> string
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   118
end;
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   119
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   120
structure HOLogic: HOLOGIC =
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   121
struct
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   122
12338
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
   123
(* HOL syntax *)
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   124
12338
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
   125
val typeS: sort = ["HOL.type"];
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
   126
val typeT = TypeInfer.anyT typeS;
de0f4a63baa5 renamed class "term" to "type" (actually "HOL.type");
wenzelm
parents: 11818
diff changeset
   127
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   128
2510
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   129
(* bool and set *)
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   130
8275
32387a2c7749 added boolN;
wenzelm
parents: 8100
diff changeset
   131
val boolN = "bool";
32387a2c7749 added boolN;
wenzelm
parents: 8100
diff changeset
   132
val boolT = Type (boolN, []);
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   133
9856
c34d3c94298c added not_const;
wenzelm
parents: 9473
diff changeset
   134
val true_const =  Const ("True", boolT);
c34d3c94298c added not_const;
wenzelm
parents: 9473
diff changeset
   135
val false_const = Const ("False", boolT);
7073
a959b4391fd8 added boolean and binary constants
paulson
parents: 6380
diff changeset
   136
26804
e2b1e6868c2f Adapted functions mk_setT and dest_setT to encoding of sets as predicates.
berghofe
parents: 26086
diff changeset
   137
fun mk_setT T = T --> boolT;
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   138
26804
e2b1e6868c2f Adapted functions mk_setT and dest_setT to encoding of sets as predicates.
berghofe
parents: 26086
diff changeset
   139
fun dest_setT (Type ("fun", [T, Type ("bool", [])])) = T
3794
d543bb9ab896 eliminated raise_term, raise_typ;
wenzelm
parents: 2510
diff changeset
   140
  | dest_setT T = raise TYPE ("dest_setT: set type expected", [T], []);
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   141
8275
32387a2c7749 added boolN;
wenzelm
parents: 8100
diff changeset
   142
7073
a959b4391fd8 added boolean and binary constants
paulson
parents: 6380
diff changeset
   143
(* logic *)
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   144
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   145
val Trueprop = Const ("Trueprop", boolT --> propT);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   146
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   147
fun mk_Trueprop P = Trueprop $ P;
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   148
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   149
fun dest_Trueprop (Const ("Trueprop", _) $ P) = P
3794
d543bb9ab896 eliminated raise_term, raise_typ;
wenzelm
parents: 2510
diff changeset
   150
  | dest_Trueprop t = raise TERM ("dest_Trueprop", [t]);
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   151
23555
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   152
fun conj_intr thP thQ =
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   153
  let
23576
1ffe739e5ee0 removed dest_cTrueprop (cf. ObjectLogic.dest_judgment);
wenzelm
parents: 23566
diff changeset
   154
    val (P, Q) = pairself (ObjectLogic.dest_judgment o Thm.cprop_of) (thP, thQ)
23555
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   155
      handle CTERM (msg, _) => raise THM (msg, 0, [thP, thQ]);
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   156
    val inst = Thm.instantiate ([], [(@{cpat "?P::bool"}, P), (@{cpat "?Q::bool"}, Q)]);
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   157
  in Drule.implies_elim_list (inst @{thm conjI}) [thP, thQ] end;
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   158
23555
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   159
fun conj_elim thPQ =
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   160
  let
23576
1ffe739e5ee0 removed dest_cTrueprop (cf. ObjectLogic.dest_judgment);
wenzelm
parents: 23566
diff changeset
   161
    val (P, Q) = Thm.dest_binop (ObjectLogic.dest_judgment (Thm.cprop_of thPQ))
23555
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   162
      handle CTERM (msg, _) => raise THM (msg, 0, [thPQ]);
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   163
    val inst = Thm.instantiate ([], [(@{cpat "?P::bool"}, P), (@{cpat "?Q::bool"}, Q)]);
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   164
    val thP = Thm.implies_elim (inst @{thm conjunct1}) thPQ;
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   165
    val thQ = Thm.implies_elim (inst @{thm conjunct2}) thPQ;
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   166
  in (thP, thQ) end;
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   167
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   168
fun conj_elims th =
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   169
  let val (th1, th2) = conj_elim th
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   170
  in conj_elims th1 @ conj_elims th2 end handle THM _ => [th];
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   171
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   172
val conj = @{term "op &"}
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   173
and disj = @{term "op |"}
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   174
and imp = @{term "op -->"}
16e5fd18905c assume basic HOL context for compilation (antiquotations);
wenzelm
parents: 23297
diff changeset
   175
and Not = @{term "Not"};
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   176
7690
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
   177
fun mk_conj (t1, t2) = conj $ t1 $ t2
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
   178
and mk_disj (t1, t2) = disj $ t1 $ t2
16835
2e7d7ec7a268 removed not_const -- use Not instead;
wenzelm
parents: 15965
diff changeset
   179
and mk_imp (t1, t2) = imp $ t1 $ t2
2e7d7ec7a268 removed not_const -- use Not instead;
wenzelm
parents: 15965
diff changeset
   180
and mk_not t = Not $ t;
7690
27676b51243d added mk_conj, mk_disj, mk_imp;
wenzelm
parents: 7548
diff changeset
   181
15151
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
   182
fun dest_conj (Const ("op &", _) $ t $ t') = t :: dest_conj t'
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
   183
  | dest_conj t = [t];
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
   184
15945
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
   185
fun dest_disj (Const ("op |", _) $ t $ t') = t :: dest_disj t'
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
   186
  | dest_disj t = [t];
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
   187
24958
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   188
(*Like dest_disj, but flattens disjunctions however nested*)
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   189
fun disjuncts_aux (Const ("op |", _) $ t $ t') disjs = disjuncts_aux t (disjuncts_aux t' disjs)
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   190
  | disjuncts_aux t disjs = t::disjs;
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   191
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   192
fun disjuncts t = disjuncts_aux t [];
ff15f76741bd rationalized redundant code
paulson
parents: 24630
diff changeset
   193
4466
305390f23734 Better equality handling in Blast_tac, usingd a new variant of hyp_subst_tac
paulson
parents: 4294
diff changeset
   194
fun dest_imp (Const("op -->",_) $ A $ B) = (A, B)
305390f23734 Better equality handling in Blast_tac, usingd a new variant of hyp_subst_tac
paulson
parents: 4294
diff changeset
   195
  | dest_imp  t = raise TERM ("dest_imp", [t]);
305390f23734 Better equality handling in Blast_tac, usingd a new variant of hyp_subst_tac
paulson
parents: 4294
diff changeset
   196
15151
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
   197
fun dest_not (Const ("Not", _) $ t) = t
429666b09783 proof reconstruction for external ATPs
paulson
parents: 15062
diff changeset
   198
  | dest_not t = raise TERM ("dest_not", [t]);
8302
da404f79c1fc added dest_conj;
wenzelm
parents: 8275
diff changeset
   199
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   200
fun eq_const T = Const ("op =", [T, T] ---> boolT);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   201
fun mk_eq (t, u) = eq_const (fastype_of t) $ t $ u;
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   202
6031
d9fa148383e2 new function dest_eq
paulson
parents: 5207
diff changeset
   203
fun dest_eq (Const ("op =", _) $ lhs $ rhs) = (lhs, rhs)
d9fa148383e2 new function dest_eq
paulson
parents: 5207
diff changeset
   204
  | dest_eq t = raise TERM ("dest_eq", [t])
d9fa148383e2 new function dest_eq
paulson
parents: 5207
diff changeset
   205
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   206
fun all_const T = Const ("All", [T --> boolT] ---> boolT);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   207
fun mk_all (x, T, P) = all_const T $ absfree (x, T, P);
21173
663a7b39894c removed is_Trueprop (use can dest_Trueprop'' instead);
wenzelm
parents: 21078
diff changeset
   208
fun list_all (xs, t) = fold_rev (fn (x, T) => fn P => all_const T $ Abs (x, T, P)) xs t;
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   209
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   210
fun exists_const T = Const ("Ex", [T --> boolT] ---> boolT);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   211
fun mk_exists (x, T, P) = exists_const T $ absfree (x, T, P);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   212
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   213
fun choice_const T = Const("Hilbert_Choice.Eps", (T --> boolT) --> T);
15945
08e8d3fb9343 choice_const moved to hologic.ML
paulson
parents: 15620
diff changeset
   214
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   215
fun Collect_const T = Const ("Collect", [T --> boolT] ---> mk_setT T);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   216
fun mk_Collect (a, T, t) = Collect_const T $ absfree (a, T, t);
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   217
23247
b99dce43d252 merged Code_Generator.thy into HOL.thy
haftmann
parents: 22994
diff changeset
   218
val class_eq = "HOL.eq";
21045
66d6d1b0ddfa slight cleanup
haftmann
parents: 20973
diff changeset
   219
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   220
fun mk_mem (x, A) =
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   221
  let val setT = fastype_of A in
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   222
    Const ("op :", [dest_setT setT, setT] ---> boolT) $ x $ A
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   223
  end;
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   224
6380
32fda1090a13 added dest_mem;
wenzelm
parents: 6031
diff changeset
   225
fun dest_mem (Const ("op :", _) $ x $ A) = (x, A)
32fda1090a13 added dest_mem;
wenzelm
parents: 6031
diff changeset
   226
  | dest_mem t = raise TERM ("dest_mem", [t]);
32fda1090a13 added dest_mem;
wenzelm
parents: 6031
diff changeset
   227
11818
9eab353e810b added mk_UNIV;
wenzelm
parents: 11683
diff changeset
   228
fun mk_UNIV T = Const ("UNIV", mk_setT T);
9eab353e810b added mk_UNIV;
wenzelm
parents: 11683
diff changeset
   229
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   230
13743
f8f9393be64c Fixed bug in simpdata.ML that prevented the use of congruence rules from a
ballarin
parents: 13640
diff changeset
   231
(* binary operations and relations *)
2510
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   232
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   233
fun mk_binop c (t, u) =
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   234
  let val T = fastype_of t in
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   235
    Const (c, [T, T] ---> T) $ t $ u
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   236
  end;
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   237
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   238
fun mk_binrel c (t, u) =
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   239
  let val T = fastype_of t in
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   240
    Const (c, [T, T] ---> boolT) $ t $ u
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   241
  end;
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   242
14387
e96d5c42c4b0 Polymorphic treatment of binary arithmetic using axclasses
paulson
parents: 14103
diff changeset
   243
(*destruct the application of a binary operator. The dummyT case is a crude
e96d5c42c4b0 Polymorphic treatment of binary arithmetic using axclasses
paulson
parents: 14103
diff changeset
   244
  way of handling polymorphic operators.*)
2510
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   245
fun dest_bin c T (tm as Const (c', Type ("fun", [T', _])) $ t $ u) =
14387
e96d5c42c4b0 Polymorphic treatment of binary arithmetic using axclasses
paulson
parents: 14103
diff changeset
   246
      if c = c' andalso (T=T' orelse T=dummyT) then (t, u)
3794
d543bb9ab896 eliminated raise_term, raise_typ;
wenzelm
parents: 2510
diff changeset
   247
      else raise TERM ("dest_bin " ^ c, [tm])
d543bb9ab896 eliminated raise_term, raise_typ;
wenzelm
parents: 2510
diff changeset
   248
  | dest_bin c _ tm = raise TERM ("dest_bin " ^ c, [tm]);
2510
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   249
e3d0ac75c723 binary oprations and relations;
wenzelm
parents: 923
diff changeset
   250
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   251
(* unit *)
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   252
11604
14b03d1463d4 made unit type local;
wenzelm
parents: 10693
diff changeset
   253
val unitT = Type ("Product_Type.unit", []);
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   254
11604
14b03d1463d4 made unit type local;
wenzelm
parents: 10693
diff changeset
   255
fun is_unitT (Type ("Product_Type.unit", [])) = true
9362
b78d4246a320 added is_unitT;
wenzelm
parents: 8768
diff changeset
   256
  | is_unitT _ = false;
b78d4246a320 added is_unitT;
wenzelm
parents: 8768
diff changeset
   257
11604
14b03d1463d4 made unit type local;
wenzelm
parents: 10693
diff changeset
   258
val unit = Const ("Product_Type.Unity", unitT);
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   259
11604
14b03d1463d4 made unit type local;
wenzelm
parents: 10693
diff changeset
   260
fun is_unit (Const ("Product_Type.Unity", _)) = true
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   261
  | is_unit _ = false;
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   262
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   263
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   264
(* prod *)
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   265
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   266
fun mk_prodT (T1, T2) = Type ("*", [T1, T2]);
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   267
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   268
fun dest_prodT (Type ("*", [T1, T2])) = (T1, T2)
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   269
  | dest_prodT T = raise TYPE ("dest_prodT", [T], []);
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   270
14048
03a9adec9869 Added pair_const.
berghofe
parents: 13755
diff changeset
   271
fun pair_const T1 T2 = Const ("Pair", [T1, T2] ---> mk_prodT (T1, T2));
03a9adec9869 Added pair_const.
berghofe
parents: 13755
diff changeset
   272
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   273
fun mk_prod (t1, t2) =
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   274
  let val T1 = fastype_of t1 and T2 = fastype_of t2 in
14048
03a9adec9869 Added pair_const.
berghofe
parents: 13755
diff changeset
   275
    pair_const T1 T2 $ t1 $ t2
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   276
  end;
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   277
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   278
fun dest_prod (Const ("Pair", _) $ t1 $ t2) = (t1, t2)
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   279
  | dest_prod t = raise TERM ("dest_prod", [t]);
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   280
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   281
fun mk_fst p =
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   282
  let val pT = fastype_of p in
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   283
    Const ("fst", pT --> fst (dest_prodT pT)) $ p
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   284
  end;
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   285
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   286
fun mk_snd p =
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   287
  let val pT = fastype_of p in
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   288
    Const ("snd", pT --> snd (dest_prodT pT)) $ p
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   289
  end;
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   290
18285
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   291
fun split_const (A, B, C) =
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   292
  Const ("split", (A --> B --> C) --> mk_prodT (A, B) --> C);
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   293
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   294
fun mk_split t =
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   295
  (case Term.fastype_of t of
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   296
    T as (Type ("fun", [A, Type ("fun", [B, C])])) =>
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   297
      Const ("split", T --> mk_prodT (A, B) --> C) $ t
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   298
  | _ => raise TERM ("mk_split: bad body type", [t]));
83e92f9b32c4 added mk_split;
wenzelm
parents: 17083
diff changeset
   299
5096
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   300
(*Maps the type T1 * ... * Tn to [T1, ..., Tn], however nested*)
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   301
fun prodT_factors (Type ("*", [T1, T2])) = prodT_factors T1 @ prodT_factors T2
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   302
  | prodT_factors T = [T];
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   303
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   304
(*Makes a nested tuple from a list, following the product type structure*)
16971
968adbfbf93b removed read_cterm;
wenzelm
parents: 16835
diff changeset
   305
fun mk_tuple (Type ("*", [T1, T2])) tms =
968adbfbf93b removed read_cterm;
wenzelm
parents: 16835
diff changeset
   306
        mk_prod (mk_tuple T1 tms,
15570
8d8c70b41bab Move towards standard functions.
skalberg
parents: 15151
diff changeset
   307
                 mk_tuple T2 (Library.drop (length (prodT_factors T1), tms)))
5096
84b00be693b4 Moved most of the Prod_Syntax - stuff to HOLogic.
berghofe
parents: 4571
diff changeset
   308
  | mk_tuple T (t::_) = t;
4571
6b02fc8a97f6 added unit and prod stuff;
wenzelm
parents: 4466
diff changeset
   309
23745
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   310
fun dest_tuple (Const ("Pair", _) $ t $ u) = dest_tuple t @ dest_tuple u
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   311
  | dest_tuple t = [t];
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   312
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   313
(*In ap_split S T u, term u expects separate arguments for the factors of S,
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   314
  with result type T.  The call creates a new term expecting one argument
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   315
  of type S.*)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   316
fun ap_split T T3 u =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   317
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   318
    fun ap (T :: Ts) =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   319
          (case T of
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   320
             Type ("*", [T1, T2]) =>
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   321
               split_const (T1, T2, Ts ---> T3) $ ap (T1 :: T2 :: Ts)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   322
           | _ => Abs ("x", T, ap Ts))
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   323
      | ap [] =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   324
          let val k = length (prodT_factors T)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   325
          in list_comb (incr_boundvars k u, map Bound (k - 1 downto 0)) end
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   326
  in ap [T] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   327
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   328
25172
ad25033f9ca4 tuned comments;
wenzelm
parents: 24958
diff changeset
   329
(* operations on tuples with specific arities *)
ad25033f9ca4 tuned comments;
wenzelm
parents: 24958
diff changeset
   330
(*
ad25033f9ca4 tuned comments;
wenzelm
parents: 24958
diff changeset
   331
  an "arity" of a tuple is a list of lists of integers
ad25033f9ca4 tuned comments;
wenzelm
parents: 24958
diff changeset
   332
  ("factors"), denoting paths to subterms that are pairs
ad25033f9ca4 tuned comments;
wenzelm
parents: 24958
diff changeset
   333
*)
23745
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   334
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   335
fun prod_err s = raise TERM (s ^ ": inconsistent use of products", []);
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   336
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   337
fun prod_factors t =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   338
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   339
    fun factors p (Const ("Pair", _) $ t $ u) =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   340
          p :: factors (1::p) t @ factors (2::p) u
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   341
      | factors p _ = []
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   342
  in factors [] t end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   343
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   344
fun dest_tuple' ps =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   345
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   346
    fun dest p t = if p mem ps then (case t of
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   347
        Const ("Pair", _) $ t $ u =>
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   348
          dest (1::p) t @ dest (2::p) u
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   349
      | _ => prod_err "dest_tuple'") else [t]
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   350
  in dest [] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   351
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   352
fun prodT_factors' ps =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   353
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   354
    fun factors p T = if p mem ps then (case T of
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   355
        Type ("*", [T1, T2]) =>
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   356
          factors (1::p) T1 @ factors (2::p) T2
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   357
      | _ => prod_err "prodT_factors'") else [T]
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   358
  in factors [] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   359
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   360
(*In ap_split' ps S T u, term u expects separate arguments for the factors of S,
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   361
  with result type T.  The call creates a new term expecting one argument
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   362
  of type S.*)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   363
fun ap_split' ps T T3 u =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   364
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   365
    fun ap ((p, T) :: pTs) =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   366
          if p mem ps then (case T of
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   367
              Type ("*", [T1, T2]) =>
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   368
                split_const (T1, T2, map snd pTs ---> T3) $
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   369
                  ap ((1::p, T1) :: (2::p, T2) :: pTs)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   370
            | _ => prod_err "ap_split'")
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   371
          else Abs ("x", T, ap pTs)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   372
      | ap [] =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   373
          let val k = length ps
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   374
          in list_comb (incr_boundvars (k + 1) u, map Bound (k downto 0)) end
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   375
  in ap [([], T)] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   376
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   377
fun mk_tuple' ps =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   378
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   379
    fun mk p T ts =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   380
      if p mem ps then (case T of
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   381
          Type ("*", [T1, T2]) =>
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   382
            let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   383
              val (t, ts') = mk (1::p) T1 ts;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   384
              val (u, ts'') = mk (2::p) T2 ts'
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   385
            in (pair_const T1 T2 $ t $ u, ts'') end
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   386
        | _ => prod_err "mk_tuple'")
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   387
      else (hd ts, tl ts)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   388
  in fst oo mk [] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   389
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   390
fun mk_tupleT ps =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   391
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   392
    fun mk p Ts =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   393
      if p mem ps then
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   394
        let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   395
          val (T, Ts') = mk (1::p) Ts;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   396
          val (U, Ts'') = mk (2::p) Ts'
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   397
        in (mk_prodT (T, U), Ts'') end
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   398
      else (hd Ts, tl Ts)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   399
  in fst o mk [] end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   400
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   401
fun strip_split t =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   402
  let
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   403
    fun strip [] qs Ts t = (t, Ts, qs)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   404
      | strip (p :: ps) qs Ts (Const ("split", _) $ t) =
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   405
          strip ((1 :: p) :: (2 :: p) :: ps) (p :: qs) Ts t
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   406
      | strip (p :: ps) qs Ts (Abs (s, T, t)) = strip ps qs (T :: Ts) t
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   407
      | strip (p :: ps) qs Ts t = strip ps qs
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   408
          (hd (binder_types (fastype_of1 (Ts, t))) :: Ts)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   409
          (incr_boundvars 1 t $ Bound 0)
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   410
  in strip [[]] [] [] t end;
28df61d931e2 New operations on tuples with specific arities.
berghofe
parents: 23576
diff changeset
   411
5207
wenzelm
parents: 5096
diff changeset
   412
wenzelm
parents: 5096
diff changeset
   413
(* nat *)
wenzelm
parents: 5096
diff changeset
   414
wenzelm
parents: 5096
diff changeset
   415
val natT = Type ("nat", []);
wenzelm
parents: 5096
diff changeset
   416
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   417
val zero = Const ("HOL.zero_class.zero", natT);
5207
wenzelm
parents: 5096
diff changeset
   418
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   419
fun is_zero (Const ("HOL.zero_class.zero", _)) = true
5207
wenzelm
parents: 5096
diff changeset
   420
  | is_zero _ = false;
wenzelm
parents: 5096
diff changeset
   421
wenzelm
parents: 5096
diff changeset
   422
fun mk_Suc t = Const ("Suc", natT --> natT) $ t;
wenzelm
parents: 5096
diff changeset
   423
wenzelm
parents: 5096
diff changeset
   424
fun dest_Suc (Const ("Suc", _) $ t) = t
wenzelm
parents: 5096
diff changeset
   425
  | dest_Suc t = raise TERM ("dest_Suc", [t]);
wenzelm
parents: 5096
diff changeset
   426
21621
f9fd69d96c4e slight cleanup in hologic.ML
haftmann
parents: 21550
diff changeset
   427
val Suc_zero = mk_Suc zero;
f9fd69d96c4e slight cleanup in hologic.ML
haftmann
parents: 21550
diff changeset
   428
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
   429
fun mk_nat n =
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   430
  let
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   431
    fun mk 0 = zero
23297
06f108974fa1 simplified type integer;
wenzelm
parents: 23269
diff changeset
   432
      | mk n = mk_Suc (mk (n - 1));
23576
1ffe739e5ee0 removed dest_cTrueprop (cf. ObjectLogic.dest_judgment);
wenzelm
parents: 23566
diff changeset
   433
  in if n < 0 then raise TERM ("mk_nat: negative number", []) else mk n end;
5207
wenzelm
parents: 5096
diff changeset
   434
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
   435
fun dest_nat (Const ("HOL.zero_class.zero", _)) = 0
23297
06f108974fa1 simplified type integer;
wenzelm
parents: 23269
diff changeset
   436
  | dest_nat (Const ("Suc", _) $ t) = dest_nat t + 1
5207
wenzelm
parents: 5096
diff changeset
   437
  | dest_nat t = raise TERM ("dest_nat", [t]);
wenzelm
parents: 5096
diff changeset
   438
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   439
val class_size = "Nat.size";
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   440
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   441
fun size_const T = Const ("Nat.size_class.size", T --> natT);
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   442
5207
wenzelm
parents: 5096
diff changeset
   443
26036
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
   444
(* index *)
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
   445
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
   446
val indexT = Type ("Code_Index.index", []);
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
   447
f9e779f11949 added indexT
haftmann
parents: 25919
diff changeset
   448
21778
66440bf72cdc binary numerals: restricted to actual abstract syntax;
wenzelm
parents: 21755
diff changeset
   449
(* binary numerals and int -- non-unique representation due to leading zeros/ones! *)
66440bf72cdc binary numerals: restricted to actual abstract syntax;
wenzelm
parents: 21755
diff changeset
   450
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   451
val intT = Type ("Int.int", []);
21778
66440bf72cdc binary numerals: restricted to actual abstract syntax;
wenzelm
parents: 21755
diff changeset
   452
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   453
val pls_const = Const ("Int.Pls", intT)
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   454
and min_const = Const ("Int.Min", intT)
26086
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   455
and bit0_const = Const ("Int.Bit0", intT --> intT)
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   456
and bit1_const = Const ("Int.Bit1", intT --> intT);
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   457
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   458
fun mk_bit 0 = bit0_const
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   459
  | mk_bit 1 = bit1_const
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   460
  | mk_bit _ = raise TERM ("mk_bit", []);
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   461
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   462
fun dest_bit (Const ("Int.Bit0", _)) = 0
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   463
  | dest_bit (Const ("Int.Bit1", _)) = 1
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   464
  | dest_bit t = raise TERM ("dest_bit", [t]);
8768
9f18aba48519 number_of now takes a type arg
paulson
parents: 8739
diff changeset
   465
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   466
fun mk_numeral 0 = pls_const
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   467
  | mk_numeral ~1 = min_const
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   468
  | mk_numeral i =
24630
351a308ab58d simplified type int (eliminated IntInf.int, integer);
wenzelm
parents: 23745
diff changeset
   469
      let val (q, r) = Integer.div_mod i 2;
26086
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   470
      in mk_bit r $ mk_numeral q end;
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   471
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   472
fun dest_numeral (Const ("Int.Pls", _)) = 0
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   473
  | dest_numeral (Const ("Int.Min", _)) = ~1
26086
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   474
  | dest_numeral (Const ("Int.Bit0", _) $ bs) = 2 * dest_numeral bs
3c243098b64a New simpler representation of numerals, using Bit0 and Bit1 instead of BIT, B0, and B1
huffman
parents: 26036
diff changeset
   475
  | dest_numeral (Const ("Int.Bit1", _) $ bs) = 2 * dest_numeral bs + 1
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   476
  | dest_numeral t = raise TERM ("dest_numeral", [t]);
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   477
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   478
fun number_of_const T = Const ("Int.number_class.number_of", intT --> T);
21820
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   479
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   480
fun add_numerals (Const ("Int.number_class.number_of", Type (_, [_, T])) $ t) = cons (t, T)
23269
851b8ea067ac simplified/renamed add_numerals;
wenzelm
parents: 23247
diff changeset
   481
  | add_numerals (t $ u) = add_numerals t #> add_numerals u
851b8ea067ac simplified/renamed add_numerals;
wenzelm
parents: 23247
diff changeset
   482
  | add_numerals (Abs (_, _, t)) = add_numerals t
851b8ea067ac simplified/renamed add_numerals;
wenzelm
parents: 23247
diff changeset
   483
  | add_numerals _ = I;
22391
56861fe9c22c added add_numerals_of
haftmann
parents: 21829
diff changeset
   484
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   485
fun mk_number T 0 = Const ("HOL.zero_class.zero", T)
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   486
  | mk_number T 1 = Const ("HOL.one_class.one", T)
21820
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   487
  | mk_number T i = number_of_const T $ mk_numeral i;
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   488
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   489
fun dest_number (Const ("HOL.zero_class.zero", T)) = (T, 0)
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   490
  | dest_number (Const ("HOL.one_class.one", T)) = (T, 1)
25919
8b1c0d434824 joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents: 25887
diff changeset
   491
  | dest_number (Const ("Int.number_class.number_of", Type ("fun", [_, T])) $ t) =
22994
02440636214f abstract size function in hologic.ML
haftmann
parents: 22391
diff changeset
   492
      (T, dest_numeral t)
21820
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   493
  | dest_number t = raise TERM ("dest_number", [t]);
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   494
21829
016eff9c5699 simplified mk/dest_numeral (cf. mk/dest_binum of 1.65);
wenzelm
parents: 21820
diff changeset
   495
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   496
(* real *)
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   497
16971
968adbfbf93b removed read_cterm;
wenzelm
parents: 16835
diff changeset
   498
val realT = Type ("RealDef.real", []);
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   499
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   500
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   501
(* nibble *)
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   502
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   503
val nibbleT = Type ("List.nibble", []);
13755
a9bb54a3cfb7 Added mk_int and mk_list.
berghofe
parents: 13743
diff changeset
   504
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   505
fun mk_nibble n =
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   506
  let val s =
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   507
    if 0 <= n andalso n <= 9 then chr (n + ord "0")
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   508
    else if 10 <= n andalso n <= 15 then chr (n + ord "A" - 10)
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   509
    else raise TERM ("mk_nibble", [])
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   510
  in Const ("List.nibble.Nibble" ^ s, nibbleT) end;
17083
051b0897bc98 added listT
nipkow
parents: 16971
diff changeset
   511
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   512
fun dest_nibble t =
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   513
  let fun err () = raise TERM ("dest_nibble", [t]) in
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   514
    (case try (unprefix "List.nibble.Nibble" o fst o Term.dest_Const) t of
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   515
      NONE => err ()
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   516
    | SOME c =>
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   517
        if size c <> 1 then err ()
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   518
        else if "0" <= c andalso c <= "9" then ord c - ord "0"
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   519
        else if "A" <= c andalso c <= "F" then ord c - ord "A" + 10
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   520
        else err ())
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   521
  end;
15062
8049f217428e Added function dest_list.
berghofe
parents: 15013
diff changeset
   522
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   523
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   524
(* char *)
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   525
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   526
val charT = Type ("List.char", []);
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   527
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   528
fun mk_char n =
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   529
  if 0 <= n andalso n <= 255 then
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   530
    Const ("List.char.Char", nibbleT --> nibbleT --> charT) $
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   531
      mk_nibble (n div 16) $ mk_nibble (n mod 16)
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   532
  else raise TERM ("mk_char", []);
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   533
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   534
fun dest_char (Const ("List.char.Char", _) $ t $ u) =
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   535
      dest_nibble t * 16 + dest_nibble u
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   536
  | dest_char t = raise TERM ("dest_char", [t]);
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   537
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   538
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   539
(* list *)
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   540
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   541
fun listT T = Type ("List.list", [T]);
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   542
25887
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   543
fun nil_const T = Const ("List.list.Nil", listT T);
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   544
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   545
fun cons_const T =
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   546
  let val lT = listT T
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   547
  in Const ("List.list.Cons", T --> lT --> lT) end;
5dcc3c257922 Added nil_const and cons_const.
berghofe
parents: 25172
diff changeset
   548
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   549
fun mk_list T ts =
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   550
  let
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   551
    val lT = listT T;
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   552
    val Nil = Const ("List.list.Nil", lT);
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   553
    fun Cons t u = Const ("List.list.Cons", T --> lT --> lT) $ t $ u;
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   554
  in fold_rev Cons ts Nil end;
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   555
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   556
fun dest_list (Const ("List.list.Nil", _)) = []
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   557
  | dest_list (Const ("List.list.Cons", _) $ t $ u) = t :: dest_list u
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   558
  | dest_list t = raise TERM ("dest_list", [t]);
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   559
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   560
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   561
(* string *)
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   562
21820
2f2b6a965ccc introduced mk/dest_numeral/number for mk/dest_binum etc.
haftmann
parents: 21788
diff changeset
   563
val stringT = Type ("List.string", []);
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   564
21755
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   565
val mk_string = mk_list charT o map (mk_char o ord) o explode;
22dd32812116 misc cleanup -- removed non-HOL operations;
wenzelm
parents: 21621
diff changeset
   566
val dest_string = implode o map (chr o dest_char) o dest_list;
21455
b6be1d1b66c5 incorporated structure HOList into HOLogic
haftmann
parents: 21219
diff changeset
   567
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
   568
end;