src/HOL/Codatatype/Tools/bnf_fp_sugar.ML
author blanchet
Fri, 14 Sep 2012 12:09:27 +0200
changeset 49370 be6e749fd003
parent 49368 df359ce891ac
child 49371 9fa21648d0a1
permissions -rw-r--r--
fixed variable exporting problem
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     1
(*  Title:      HOL/Codatatype/Tools/bnf_fp_sugar.ML
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     2
    Author:     Jasmin Blanchette, TU Muenchen
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     3
    Copyright   2012
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     4
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     5
Sugar for constructing LFPs and GFPs.
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     6
*)
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     7
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     8
signature BNF_FP_SUGAR =
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
     9
sig
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
    10
  val datatyp: bool ->
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    11
    (mixfix list -> (string * sort) list option -> binding list -> typ list * typ list list ->
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    12
      BNF_Def.BNF list -> local_theory ->
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
    13
      (term list * term list * term list * term list * thm * thm list * thm list * thm list *
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
    14
         thm list * thm list) * local_theory) ->
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    15
    bool * ((((typ * sort) list * binding) * mixfix) * ((((binding * binding) *
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
    16
      (binding * typ) list) * (binding * term) list) * mixfix) list) list ->
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
    17
    local_theory -> local_theory
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    18
  val parse_datatype_cmd: bool ->
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    19
    (mixfix list -> (string * sort) list option -> binding list -> typ list * typ list list ->
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    20
      BNF_Def.BNF list -> local_theory ->
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
    21
      (term list * term list * term list * term list * thm * thm list * thm list * thm list *
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
    22
         thm list * thm list) * local_theory) ->
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    23
    (local_theory -> local_theory) parser
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    24
end;
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    25
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    26
structure BNF_FP_Sugar : BNF_FP_SUGAR =
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    27
struct
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    28
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    29
open BNF_Util
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    30
open BNF_Wrap
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    31
open BNF_Def
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    32
open BNF_FP_Util
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49121
diff changeset
    33
open BNF_FP_Sugar_Tactics
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    34
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
    35
val simp_attrs = @{attributes [simp]};
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
    36
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
    37
fun split_list10 xs =
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
    38
  (map #1 xs, map #2 xs, map #3 xs, map #4 xs, map #5 xs, map #6 xs, map #7 xs, map #8 xs,
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
    39
   map #9 xs, map #10 xs);
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    40
49217
0c9546fc789f fixed handling of map of "fun"
blanchet
parents: 49216
diff changeset
    41
fun strip_map_type (Type (@{type_name fun}, [T as Type _, T'])) = strip_map_type T' |>> cons T
0c9546fc789f fixed handling of map of "fun"
blanchet
parents: 49216
diff changeset
    42
  | strip_map_type T = ([], T);
0c9546fc789f fixed handling of map of "fun"
blanchet
parents: 49216
diff changeset
    43
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
    44
fun resort_tfree S (TFree (s, _)) = TFree (s, S);
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
    45
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    46
fun typ_subst inst (T as Type (s, Ts)) =
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    47
    (case AList.lookup (op =) inst T of
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    48
      NONE => Type (s, map (typ_subst inst) Ts)
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    49
    | SOME T' => T')
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    50
  | typ_subst inst T = the_default T (AList.lookup (op =) inst T);
49205
674f04c737e0 implemented "mk_iter_or_rec_tac"
blanchet
parents: 49204
diff changeset
    51
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
    52
val lists_bmoc = fold (fn xs => fn t => Term.list_comb (t, xs));
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
    53
49200
73f9aede57a4 correctly curry recursor arguments
blanchet
parents: 49199
diff changeset
    54
fun mk_tupled_fun x f xs = HOLogic.tupled_lambda x (Term.list_comb (f, xs));
73f9aede57a4 correctly curry recursor arguments
blanchet
parents: 49199
diff changeset
    55
fun mk_uncurried_fun f xs = mk_tupled_fun (HOLogic.mk_tuple xs) f xs;
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
    56
fun mk_uncurried2_fun f xss =
49200
73f9aede57a4 correctly curry recursor arguments
blanchet
parents: 49199
diff changeset
    57
  mk_tupled_fun (HOLogic.mk_tuple (map HOLogic.mk_tuple xss)) f (flat xss);
73f9aede57a4 correctly curry recursor arguments
blanchet
parents: 49199
diff changeset
    58
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
    59
fun tick v f = Term.lambda v (HOLogic.mk_prod (v, f $ v));
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
    60
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
    61
fun tack z_name (c, v) f =
49273
f839ce127a2e reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced
blanchet
parents: 49268
diff changeset
    62
  let val z = Free (z_name, mk_sumT (fastype_of v, fastype_of c)) in
f839ce127a2e reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced
blanchet
parents: 49268
diff changeset
    63
    Term.lambda z (mk_sum_case (Term.lambda v v, Term.lambda c (f $ c)) $ z)
f839ce127a2e reverted "id" change: The problem is rather that the "%c. f c" argument sometimes gets eta-reduced
blanchet
parents: 49268
diff changeset
    64
  end;
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
    65
49124
968e1b7de057 more work on FP sugar
blanchet
parents: 49123
diff changeset
    66
fun cannot_merge_types () = error "Mutually recursive types must have the same type parameters";
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    67
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    68
fun merge_type_arg T T' = if T = T' then T else cannot_merge_types ();
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    69
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    70
fun merge_type_args (As, As') =
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    71
  if length As = length As' then map2 merge_type_arg As As' else cannot_merge_types ();
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    72
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
    73
fun type_args_constrained_of (((cAs, _), _), _) = cAs;
49336
blanchet
parents: 49330
diff changeset
    74
fun type_binding_of (((_, b), _), _) = b;
49181
blanchet
parents: 49180
diff changeset
    75
fun mixfix_of ((_, mx), _) = mx;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
    76
fun ctr_specs_of (_, ctr_specs) = ctr_specs;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    77
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
    78
fun disc_of ((((disc, _), _), _), _) = disc;
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
    79
fun ctr_of ((((_, ctr), _), _), _) = ctr;
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
    80
fun args_of (((_, args), _), _) = args;
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
    81
fun defaults_of ((_, ds), _) = ds;
49181
blanchet
parents: 49180
diff changeset
    82
fun ctr_mixfix_of (_, mx) = mx;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
    83
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
    84
fun define_datatype prepare_constraint prepare_typ prepare_term lfp construct (no_dests, specs)
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    85
    no_defs_lthy0 =
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
    86
  let
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    87
    (* TODO: sanity checks on arguments *)
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    88
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
    89
    val _ = if not lfp andalso no_dests then error "Cannot define destructor-less codatatypes"
49278
718e4ad1517e added no_dests option
blanchet
parents: 49277
diff changeset
    90
      else ();
718e4ad1517e added no_dests option
blanchet
parents: 49277
diff changeset
    91
49367
blanchet
parents: 49366
diff changeset
    92
    val nn = length specs;
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
    93
    val fp_bs = map type_binding_of specs;
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
    94
    val fp_common_name = mk_common_name fp_bs;
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    95
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    96
    fun prepare_type_arg (ty, c) =
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    97
      let val TFree (s, _) = prepare_typ no_defs_lthy0 ty in
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    98
        TFree (s, prepare_constraint no_defs_lthy0 c)
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
    99
      end;
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   100
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   101
    val Ass0 = map (map prepare_type_arg o type_args_constrained_of) specs;
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   102
    val unsorted_Ass0 = map (map (resort_tfree HOLogic.typeS)) Ass0;
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   103
    val unsorted_As = Library.foldr1 merge_type_args unsorted_Ass0;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   104
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   105
    val ((Bs, Cs), no_defs_lthy) =
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   106
      no_defs_lthy0
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   107
      |> fold (Variable.declare_typ o resort_tfree dummyS) unsorted_As
49367
blanchet
parents: 49366
diff changeset
   108
      |> mk_TFrees nn
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   109
      ||>> mk_TFrees nn;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   110
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   111
    (* TODO: cleaner handling of fake contexts, without "background_theory" *)
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   112
    (*the "perhaps o try" below helps gracefully handles the case where the new type is defined in a
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   113
      locale and shadows an existing global type*)
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   114
    val fake_thy =
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   115
      Theory.copy #> fold (fn spec => perhaps (try (Sign.add_type no_defs_lthy
49336
blanchet
parents: 49330
diff changeset
   116
        (type_binding_of spec, length (type_args_constrained_of spec), mixfix_of spec)))) specs;
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   117
    val fake_lthy = Proof_Context.background_theory fake_thy no_defs_lthy;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   118
49182
b8517107ffc5 read the real types off the constant types, rather than using the fake parser types (second step of sugar localization)
blanchet
parents: 49181
diff changeset
   119
    fun mk_fake_T b =
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   120
      Type (fst (Term.dest_Type (Proof_Context.read_type_name fake_lthy true (Binding.name_of b))),
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   121
        unsorted_As);
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   122
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   123
    val fake_Ts = map mk_fake_T fp_bs;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   124
49181
blanchet
parents: 49180
diff changeset
   125
    val mixfixes = map mixfix_of specs;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   126
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   127
    val _ = (case duplicates Binding.eq_name fp_bs of [] => ()
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   128
      | b :: _ => error ("Duplicate type name declaration " ^ quote (Binding.name_of b)));
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   129
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   130
    val ctr_specss = map ctr_specs_of specs;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   131
49336
blanchet
parents: 49330
diff changeset
   132
    val disc_bindingss = map (map disc_of) ctr_specss;
blanchet
parents: 49330
diff changeset
   133
    val ctr_bindingss =
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   134
      map2 (fn fp_b => map (Binding.qualify false (Binding.name_of fp_b) o ctr_of))
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   135
        fp_bs ctr_specss;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   136
    val ctr_argsss = map (map args_of) ctr_specss;
49181
blanchet
parents: 49180
diff changeset
   137
    val ctr_mixfixess = map (map ctr_mixfix_of) ctr_specss;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   138
49336
blanchet
parents: 49330
diff changeset
   139
    val sel_bindingsss = map (map (map fst)) ctr_argsss;
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   140
    val fake_ctr_Tsss0 = map (map (map (prepare_typ fake_lthy o snd))) ctr_argsss;
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   141
    val raw_sel_defaultsss = map (map defaults_of) ctr_specss;
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   142
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
   143
    val (As :: _) :: fake_ctr_Tsss =
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   144
      burrow (burrow (Syntax.check_typs fake_lthy)) (Ass0 :: fake_ctr_Tsss0);
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   145
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   146
    val _ = (case duplicates (op =) unsorted_As of [] => ()
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   147
      | A :: _ => error ("Duplicate type parameter " ^
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   148
          quote (Syntax.string_of_typ no_defs_lthy A)));
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   149
49183
0cc46e2dee7e careful about constructor types w.r.t. fake context (third step of localization)
blanchet
parents: 49182
diff changeset
   150
    val rhs_As' = fold (fold (fold Term.add_tfreesT)) fake_ctr_Tsss [];
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   151
    val _ = (case subtract (op =) (map dest_TFree As) rhs_As' of
49165
c6ccaf6df93c check type variables on rhs
blanchet
parents: 49161
diff changeset
   152
        [] => ()
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   153
      | A' :: _ => error ("Extra type variable on right-hand side: " ^
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   154
          quote (Syntax.string_of_typ no_defs_lthy (TFree A'))));
49165
c6ccaf6df93c check type variables on rhs
blanchet
parents: 49161
diff changeset
   155
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   156
    fun eq_fpT (T as Type (s, Us)) (Type (s', Us')) =
49146
e32b1f748854 added a check
blanchet
parents: 49135
diff changeset
   157
        s = s' andalso (Us = Us' orelse error ("Illegal occurrence of recursive type " ^
e32b1f748854 added a check
blanchet
parents: 49135
diff changeset
   158
          quote (Syntax.string_of_typ fake_lthy T)))
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   159
      | eq_fpT _ _ = false;
49146
e32b1f748854 added a check
blanchet
parents: 49135
diff changeset
   160
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   161
    fun freeze_fp (T as Type (s, Us)) =
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   162
        (case find_index (eq_fpT T) fake_Ts of ~1 => Type (s, map freeze_fp Us) | j => nth Bs j)
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   163
      | freeze_fp T = T;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   164
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
   165
    val ctr_TsssBs = map (map (map freeze_fp)) fake_ctr_Tsss;
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
   166
    val ctr_sum_prod_TsBs = map (mk_sumTN_balanced o map HOLogic.mk_tupleT) ctr_TsssBs;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   167
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   168
    val fp_eqs =
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   169
      map dest_TFree Bs ~~ map (Term.typ_subst_atomic (As ~~ unsorted_As)) ctr_sum_prod_TsBs;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   170
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   171
    val (pre_bnfs, ((unfs0, flds0, fp_iters0, fp_recs0, fp_induct, unf_flds, fld_unfs, fld_injects,
49207
4634c217b77b completed iter/rec proofs
blanchet
parents: 49205
diff changeset
   172
        fp_iter_thms, fp_rec_thms), lthy)) =
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
   173
      fp_bnf construct fp_bs mixfixes (map dest_TFree unsorted_As) fp_eqs no_defs_lthy0;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   174
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   175
    fun add_nesty_bnf_names Us =
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   176
      let
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   177
        fun add (Type (s, Ts)) ss =
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   178
            let val (needs, ss') = fold_map add Ts ss in
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   179
              if exists I needs then (true, insert (op =) s ss') else (false, ss')
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   180
            end
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   181
          | add T ss = (member (op =) Us T, ss);
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   182
      in snd oo add end;
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   183
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   184
    fun nesty_bnfs Us =
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   185
      map_filter (bnf_of lthy) (fold (fold (fold (add_nesty_bnf_names Us))) ctr_TsssBs []);
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   186
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   187
    val nesting_bnfs = nesty_bnfs As;
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   188
    val nested_bnfs = nesty_bnfs Bs;
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   189
49167
68623861e0f2 print timing information
blanchet
parents: 49165
diff changeset
   190
    val timer = time (Timer.startRealTimer ());
68623861e0f2 print timing information
blanchet
parents: 49165
diff changeset
   191
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   192
    fun mk_unf_or_fld get_T Ts t =
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   193
      let val Type (_, Ts0) = get_T (fastype_of t) in
49124
968e1b7de057 more work on FP sugar
blanchet
parents: 49123
diff changeset
   194
        Term.subst_atomic_types (Ts0 ~~ Ts) t
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   195
      end;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   196
49126
1bbd7a37fc29 implemented "mk_inject_tac"
blanchet
parents: 49125
diff changeset
   197
    val mk_unf = mk_unf_or_fld domain_type;
1bbd7a37fc29 implemented "mk_inject_tac"
blanchet
parents: 49125
diff changeset
   198
    val mk_fld = mk_unf_or_fld range_type;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   199
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   200
    val unfs = map (mk_unf As) unfs0;
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   201
    val flds = map (mk_fld As) flds0;
49124
968e1b7de057 more work on FP sugar
blanchet
parents: 49123
diff changeset
   202
49201
blanchet
parents: 49200
diff changeset
   203
    val fpTs = map (domain_type o fastype_of) unfs;
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   204
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   205
    val exists_fp_subtype = exists_subtype (member (op =) fpTs);
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   206
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
   207
    val ctr_Tsss = map (map (map (Term.typ_subst_atomic (Bs ~~ fpTs)))) ctr_TsssBs;
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   208
    val ns = map length ctr_Tsss;
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   209
    val kss = map (fn n => 1 upto n) ns;
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   210
    val mss = map (map length) ctr_Tsss;
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   211
    val Css = map2 replicate ns Cs;
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   212
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   213
    fun mk_iter_like Ts Us t =
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   214
      let
49336
blanchet
parents: 49330
diff changeset
   215
        val (bindings, body) = strip_type (fastype_of t);
blanchet
parents: 49330
diff changeset
   216
        val (f_Us, prebody) = split_last bindings;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   217
        val Type (_, Ts0) = if lfp then prebody else body;
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   218
        val Us0 = distinct (op =) (map (if lfp then body_type else domain_type) f_Us);
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   219
      in
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   220
        Term.subst_atomic_types (Ts0 @ Us0 ~~ Ts @ Us) t
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   221
      end;
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   222
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   223
    val fp_iters as fp_iter1 :: _ = map (mk_iter_like As Cs) fp_iters0;
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   224
    val fp_recs as fp_rec1 :: _ = map (mk_iter_like As Cs) fp_recs0;
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   225
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   226
    val fp_iter_fun_Ts = fst (split_last (binder_types (fastype_of fp_iter1)));
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   227
    val fp_rec_fun_Ts = fst (split_last (binder_types (fastype_of fp_rec1)));
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   228
49256
df98aeb80a19 avoid type inference + tuning
blanchet
parents: 49255
diff changeset
   229
    val ((iter_only as (gss, _, _), rec_only as (hss, _, _)),
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   230
         (zs, cs, cpss, coiter_only as ((pgss, crgsss), _), corec_only as ((phss, cshsss), _))) =
49208
blanchet
parents: 49207
diff changeset
   231
      if lfp then
blanchet
parents: 49207
diff changeset
   232
        let
blanchet
parents: 49207
diff changeset
   233
          val y_Tsss =
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   234
            map3 (fn n => fn ms => map2 dest_tupleT ms o dest_sumTN_balanced n o domain_type)
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   235
              ns mss fp_iter_fun_Ts;
49208
blanchet
parents: 49207
diff changeset
   236
          val g_Tss = map2 (map2 (curry (op --->))) y_Tsss Css;
blanchet
parents: 49207
diff changeset
   237
blanchet
parents: 49207
diff changeset
   238
          val ((gss, ysss), _) =
blanchet
parents: 49207
diff changeset
   239
            lthy
blanchet
parents: 49207
diff changeset
   240
            |> mk_Freess "f" g_Tss
blanchet
parents: 49207
diff changeset
   241
            ||>> mk_Freesss "x" y_Tsss;
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   242
          val yssss = map (map (map single)) ysss;
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   243
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   244
          fun dest_rec_prodT (T as Type (@{type_name prod}, Us as [_, U])) =
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   245
              if member (op =) Cs U then Us else [T]
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   246
            | dest_rec_prodT T = [T];
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   247
49208
blanchet
parents: 49207
diff changeset
   248
          val z_Tssss =
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   249
            map3 (fn n => fn ms => map2 (map dest_rec_prodT oo dest_tupleT) ms o
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   250
              dest_sumTN_balanced n o domain_type) ns mss fp_rec_fun_Ts;
49208
blanchet
parents: 49207
diff changeset
   251
          val h_Tss = map2 (map2 (fold_rev (curry (op --->)))) z_Tssss Css;
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   252
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   253
          val hss = map2 (map2 retype_free) h_Tss gss;
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   254
          val zssss_hd = map2 (map2 (map2 (retype_free o hd))) z_Tssss ysss;
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   255
          val (zssss_tl, _) =
49208
blanchet
parents: 49207
diff changeset
   256
            lthy
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   257
            |> mk_Freessss "y" (map (map (map tl)) z_Tssss);
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   258
          val zssss = map2 (map2 (map2 cons)) zssss_hd zssss_tl;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   259
        in
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   260
          (((gss, g_Tss, yssss), (hss, h_Tss, zssss)),
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   261
           ([], [], [], (([], []), ([], [])), (([], []), ([], []))))
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   262
        end
49208
blanchet
parents: 49207
diff changeset
   263
      else
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   264
        let
49221
6d8d5fe9f3a2 fixed bug with one-value types with phantom type arguments
blanchet
parents: 49220
diff changeset
   265
          (*avoid "'a itself" arguments in coiterators and corecursors*)
6d8d5fe9f3a2 fixed bug with one-value types with phantom type arguments
blanchet
parents: 49220
diff changeset
   266
          val mss' =  map (fn [0] => [1] | ms => ms) mss;
6d8d5fe9f3a2 fixed bug with one-value types with phantom type arguments
blanchet
parents: 49220
diff changeset
   267
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   268
          val p_Tss = map2 (fn n => replicate (Int.max (0, n - 1)) o mk_predT) ns Cs;
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   269
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   270
          fun zip_predss_getterss qss fss = maps (op @) (qss ~~ fss);
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   271
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   272
          fun zip_preds_predsss_gettersss [] [qss] [fss] = zip_predss_getterss qss fss
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   273
            | zip_preds_predsss_gettersss (p :: ps) (qss :: qsss) (fss :: fsss) =
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   274
              p :: zip_predss_getterss qss fss @ zip_preds_predsss_gettersss ps qsss fsss;
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   275
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   276
          fun mk_types maybe_dest_sumT fun_Ts =
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   277
            let
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   278
              val f_sum_prod_Ts = map range_type fun_Ts;
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   279
              val f_prod_Tss = map2 dest_sumTN_balanced ns f_sum_prod_Ts;
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   280
              val f_Tssss =
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   281
                map3 (fn C => map2 (map (map (curry (op -->) C) o maybe_dest_sumT) oo dest_tupleT))
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   282
                  Cs mss' f_prod_Tss;
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   283
              val q_Tssss =
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   284
                map (map (map (fn [_] => [] | [_, C] => [mk_predT (domain_type C)]))) f_Tssss;
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   285
              val pf_Tss = map3 zip_preds_predsss_gettersss p_Tss q_Tssss f_Tssss;
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   286
            in (q_Tssss, f_sum_prod_Ts, f_Tssss, pf_Tss) end;
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   287
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   288
          val (r_Tssss, g_sum_prod_Ts, g_Tssss, pg_Tss) = mk_types single fp_iter_fun_Ts;
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   289
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   290
          val ((((Free (z, _), cs), pss), gssss), _) =
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   291
            lthy
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   292
            |> yield_singleton (mk_Frees "z") dummyT
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   293
            ||>> mk_Frees "a" Cs
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   294
            ||>> mk_Freess "p" p_Tss
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   295
            ||>> mk_Freessss "g" g_Tssss;
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   296
          val rssss = map (map (map (fn [] => []))) r_Tssss;
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   297
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   298
          fun dest_corec_sumT (T as Type (@{type_name sum}, Us as [_, U])) =
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   299
              if member (op =) Cs U then Us else [T]
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   300
            | dest_corec_sumT T = [T];
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   301
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   302
          val (s_Tssss, h_sum_prod_Ts, h_Tssss, ph_Tss) = mk_types dest_corec_sumT fp_rec_fun_Ts;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   303
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   304
          val hssss_hd = map2 (map2 (map2 (fn T :: _ => fn [g] => retype_free T g))) h_Tssss gssss;
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   305
          val ((sssss, hssss_tl), _) =
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   306
            lthy
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   307
            |> mk_Freessss "q" s_Tssss
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   308
            ||>> mk_Freessss "h" (map (map (map tl)) h_Tssss);
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   309
          val hssss = map2 (map2 (map2 cons)) hssss_hd hssss_tl;
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   310
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   311
          val cpss = map2 (fn c => map (fn p => p $ c)) cs pss;
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   312
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   313
          fun mk_preds_getters_join [] [cf] = cf
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   314
            | mk_preds_getters_join [cq] [cf, cf'] =
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   315
              mk_If cq (mk_Inl (fastype_of cf') cf) (mk_Inr (fastype_of cf) cf');
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   316
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   317
          fun mk_terms qssss fssss =
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   318
            let
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   319
              val pfss = map3 zip_preds_predsss_gettersss pss qssss fssss;
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   320
              val cqssss = map2 (fn c => map (map (map (fn f => f $ c)))) cs qssss;
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   321
              val cfssss = map2 (fn c => map (map (map (fn f => f $ c)))) cs fssss;
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   322
              val cqfsss = map2 (map2 (map2 mk_preds_getters_join)) cqssss cfssss;
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   323
            in (pfss, cqfsss) end;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   324
        in
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   325
          ((([], [], []), ([], [], [])),
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   326
           ([z], cs, cpss, (mk_terms rssss gssss, (g_sum_prod_Ts, pg_Tss)),
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   327
            (mk_terms sssss hssss, (h_sum_prod_Ts, ph_Tss))))
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   328
        end;
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   329
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   330
    fun define_ctrs_case_for_type ((((((((((((((((((fp_b, fpT), C), fld), unf), fp_iter), fp_rec),
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   331
          fld_unf), unf_fld), fld_inject), n), ks), ms), ctr_bindings), ctr_mixfixes), ctr_Tss),
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   332
        disc_bindings), sel_bindingss), raw_sel_defaultss) no_defs_lthy =
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   333
      let
49201
blanchet
parents: 49200
diff changeset
   334
        val unfT = domain_type (fastype_of fld);
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   335
        val ctr_prod_Ts = map HOLogic.mk_tupleT ctr_Tss;
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   336
        val ctr_sum_prod_T = mk_sumTN_balanced ctr_prod_Ts;
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   337
        val case_Ts = map (fn Ts => Ts ---> C) ctr_Tss;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   338
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   339
        val ((((u, fs), xss), v'), _) =
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   340
          no_defs_lthy
49201
blanchet
parents: 49200
diff changeset
   341
          |> yield_singleton (mk_Frees "u") unfT
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   342
          ||>> mk_Frees "f" case_Ts
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   343
          ||>> mk_Freess "x" ctr_Tss
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   344
          ||>> yield_singleton (Variable.variant_fixes) (Binding.name_of fp_b);
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   345
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   346
        val v = Free (v', fpT);
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   347
49129
b5413cb7d860 define "case" constant
blanchet
parents: 49127
diff changeset
   348
        val ctr_rhss =
49256
df98aeb80a19 avoid type inference + tuning
blanchet
parents: 49255
diff changeset
   349
          map2 (fn k => fn xs => fold_rev Term.lambda xs (fld $
df98aeb80a19 avoid type inference + tuning
blanchet
parents: 49255
diff changeset
   350
            mk_InN_balanced ctr_sum_prod_T n (HOLogic.mk_tuple xs) k)) ks xss;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   351
49336
blanchet
parents: 49330
diff changeset
   352
        val case_binding = Binding.suffix_name ("_" ^ caseN) fp_b;
49129
b5413cb7d860 define "case" constant
blanchet
parents: 49127
diff changeset
   353
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   354
        val case_rhs =
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   355
          fold_rev Term.lambda (fs @ [v])
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   356
            (mk_sum_caseN_balanced (map2 mk_uncurried_fun fs xss) $ (unf $ v));
49129
b5413cb7d860 define "case" constant
blanchet
parents: 49127
diff changeset
   357
49201
blanchet
parents: 49200
diff changeset
   358
        val ((raw_case :: raw_ctrs, raw_case_def :: raw_ctr_defs), (lthy', lthy)) = no_defs_lthy
49169
937a0fadddfb honor mixfix specifications
blanchet
parents: 49167
diff changeset
   359
          |> apfst split_list o fold_map3 (fn b => fn mx => fn rhs =>
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   360
              Local_Theory.define ((b, mx), ((Thm.def_binding b, []), rhs)) #>> apsnd snd)
49336
blanchet
parents: 49330
diff changeset
   361
            (case_binding :: ctr_bindings) (NoSyn :: ctr_mixfixes) (case_rhs :: ctr_rhss)
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   362
          ||> `Local_Theory.restore;
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   363
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   364
        val phi = Proof_Context.export_morphism lthy lthy';
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   365
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   366
        val ctr_defs = map (Morphism.thm phi) raw_ctr_defs;
49130
3c26e17b2849 implemented "mk_case_tac" -- and got rid of "cheat_tac"
blanchet
parents: 49129
diff changeset
   367
        val case_def = Morphism.thm phi raw_case_def;
3c26e17b2849 implemented "mk_case_tac" -- and got rid of "cheat_tac"
blanchet
parents: 49129
diff changeset
   368
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   369
        val ctrs0 = map (Morphism.term phi) raw_ctrs;
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   370
        val casex0 = Morphism.term phi raw_case;
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   371
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   372
        val ctrs = map (mk_ctr As) ctrs0;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   373
49135
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   374
        fun exhaust_tac {context = ctxt, ...} =
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49121
diff changeset
   375
          let
49135
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   376
            val fld_iff_unf_thm =
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   377
              let
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   378
                val goal =
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   379
                  fold_rev Logic.all [u, v]
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   380
                    (mk_Trueprop_eq (HOLogic.mk_eq (v, fld $ u), HOLogic.mk_eq (unf $ v, u)));
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   381
              in
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   382
                Skip_Proof.prove lthy [] [] goal (fn {context = ctxt, ...} =>
49201
blanchet
parents: 49200
diff changeset
   383
                  mk_fld_iff_unf_tac ctxt (map (SOME o certifyT lthy) [unfT, fpT])
49176
6d29d2db5f88 construct high-level iterator RHS
blanchet
parents: 49169
diff changeset
   384
                    (certify lthy fld) (certify lthy unf) fld_unf unf_fld)
49135
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   385
                |> Thm.close_derivation
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   386
                |> Morphism.thm phi
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   387
              end;
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   388
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   389
            val sumEN_thm' =
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   390
              Local_Defs.unfold lthy @{thms all_unit_eq}
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   391
                (Drule.instantiate' (map (SOME o certifyT lthy) ctr_prod_Ts) []
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   392
                   (mk_sumEN_balanced n))
49135
de13b454fa31 fixed some type issues in sugar "exhaust_tac"
blanchet
parents: 49134
diff changeset
   393
              |> Morphism.thm phi;
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49121
diff changeset
   394
          in
49161
a8e74375d971 fixed (n + 1)st bug in "mk_exhaust_tac" -- arose with uncurried constructors
blanchet
parents: 49157
diff changeset
   395
            mk_exhaust_tac ctxt n ctr_defs fld_iff_unf_thm sumEN_thm'
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49121
diff changeset
   396
          end;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   397
49126
1bbd7a37fc29 implemented "mk_inject_tac"
blanchet
parents: 49125
diff changeset
   398
        val inject_tacss =
49205
674f04c737e0 implemented "mk_iter_or_rec_tac"
blanchet
parents: 49204
diff changeset
   399
          map2 (fn 0 => K [] | _ => fn ctr_def => [fn {context = ctxt, ...} =>
674f04c737e0 implemented "mk_iter_or_rec_tac"
blanchet
parents: 49204
diff changeset
   400
              mk_inject_tac ctxt ctr_def fld_inject]) ms ctr_defs;
49126
1bbd7a37fc29 implemented "mk_inject_tac"
blanchet
parents: 49125
diff changeset
   401
49127
f7326a0d7f19 implemented "mk_half_distinct_tac"
blanchet
parents: 49126
diff changeset
   402
        val half_distinct_tacss =
f7326a0d7f19 implemented "mk_half_distinct_tac"
blanchet
parents: 49126
diff changeset
   403
          map (map (fn (def, def') => fn {context = ctxt, ...} =>
f7326a0d7f19 implemented "mk_half_distinct_tac"
blanchet
parents: 49126
diff changeset
   404
            mk_half_distinct_tac ctxt fld_inject [def, def'])) (mk_half_pairss ctr_defs);
f7326a0d7f19 implemented "mk_half_distinct_tac"
blanchet
parents: 49126
diff changeset
   405
49130
3c26e17b2849 implemented "mk_case_tac" -- and got rid of "cheat_tac"
blanchet
parents: 49129
diff changeset
   406
        val case_tacs =
3c26e17b2849 implemented "mk_case_tac" -- and got rid of "cheat_tac"
blanchet
parents: 49129
diff changeset
   407
          map3 (fn k => fn m => fn ctr_def => fn {context = ctxt, ...} =>
3c26e17b2849 implemented "mk_case_tac" -- and got rid of "cheat_tac"
blanchet
parents: 49129
diff changeset
   408
            mk_case_tac ctxt n k m case_def ctr_def unf_fld) ks ms ctr_defs;
49121
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   409
9e0acaa470ab more work on FP sugar
blanchet
parents: 49119
diff changeset
   410
        val tacss = [exhaust_tac] :: inject_tacss @ half_distinct_tacss @ [case_tacs];
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   411
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   412
        fun define_iter_rec ((selss0, discIs, sel_thmss), no_defs_lthy) =
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   413
          let
49208
blanchet
parents: 49207
diff changeset
   414
            val fpT_to_C = fpT --> C;
49199
7c9a3c67c55d added high-level recursor, not yet curried
blanchet
parents: 49184
diff changeset
   415
49215
blanchet
parents: 49214
diff changeset
   416
            fun generate_iter_like (suf, fp_iter_like, (fss, f_Tss, xssss)) =
blanchet
parents: 49214
diff changeset
   417
              let
blanchet
parents: 49214
diff changeset
   418
                val res_T = fold_rev (curry (op --->)) f_Tss fpT_to_C;
49336
blanchet
parents: 49330
diff changeset
   419
                val binding = Binding.suffix_name ("_" ^ suf) fp_b;
49215
blanchet
parents: 49214
diff changeset
   420
                val spec =
49336
blanchet
parents: 49330
diff changeset
   421
                  mk_Trueprop_eq (lists_bmoc fss (Free (Binding.name_of binding, res_T)),
49215
blanchet
parents: 49214
diff changeset
   422
                    Term.list_comb (fp_iter_like,
49255
2ecc533d6697 use balanced sums for constructors (to gracefully handle 100 constructors or more)
blanchet
parents: 49254
diff changeset
   423
                      map2 (mk_sum_caseN_balanced oo map2 mk_uncurried2_fun) fss xssss));
49336
blanchet
parents: 49330
diff changeset
   424
              in (binding, spec) end;
49199
7c9a3c67c55d added high-level recursor, not yet curried
blanchet
parents: 49184
diff changeset
   425
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   426
            val iter_like_infos =
49215
blanchet
parents: 49214
diff changeset
   427
              [(iterN, fp_iter, iter_only),
blanchet
parents: 49214
diff changeset
   428
               (recN, fp_rec, rec_only)];
blanchet
parents: 49214
diff changeset
   429
49336
blanchet
parents: 49330
diff changeset
   430
            val (bindings, specs) = map generate_iter_like iter_like_infos |> split_list;
49215
blanchet
parents: 49214
diff changeset
   431
blanchet
parents: 49214
diff changeset
   432
            val ((csts, defs), (lthy', lthy)) = no_defs_lthy
49201
blanchet
parents: 49200
diff changeset
   433
              |> apfst split_list o fold_map2 (fn b => fn spec =>
49199
7c9a3c67c55d added high-level recursor, not yet curried
blanchet
parents: 49184
diff changeset
   434
                Specification.definition (SOME (b, NONE, NoSyn), ((Thm.def_binding b, []), spec))
49336
blanchet
parents: 49330
diff changeset
   435
                #>> apsnd snd) bindings specs
49199
7c9a3c67c55d added high-level recursor, not yet curried
blanchet
parents: 49184
diff changeset
   436
              ||> `Local_Theory.restore;
49201
blanchet
parents: 49200
diff changeset
   437
blanchet
parents: 49200
diff changeset
   438
            val phi = Proof_Context.export_morphism lthy lthy';
blanchet
parents: 49200
diff changeset
   439
49215
blanchet
parents: 49214
diff changeset
   440
            val [iter_def, rec_def] = map (Morphism.thm phi) defs;
49201
blanchet
parents: 49200
diff changeset
   441
49215
blanchet
parents: 49214
diff changeset
   442
            val [iter, recx] = map (mk_iter_like As Cs o Morphism.term phi) csts;
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   443
          in
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   444
            ((ctrs, selss0, iter, recx, xss, ctr_defs, discIs, sel_thmss, iter_def, rec_def), lthy)
49134
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   445
          end;
846264f80f16 optionally provide extra dead variables to the FP constructions
blanchet
parents: 49130
diff changeset
   446
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   447
        fun define_coiter_corec ((selss0, discIs, sel_thmss), no_defs_lthy) =
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   448
          let
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   449
            val B_to_fpT = C --> fpT;
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   450
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   451
            fun mk_preds_getterss_join c n cps sum_prod_T cqfss =
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   452
              Term.lambda c (mk_IfN sum_prod_T cps
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   453
                (map2 (mk_InN_balanced sum_prod_T n) (map HOLogic.mk_tuple cqfss) (1 upto n)));
49275
ce87d6a901eb split sum types in corecursor definition
blanchet
parents: 49274
diff changeset
   454
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   455
            fun generate_coiter_like (suf, fp_iter_like, ((pfss, cqfsss), (f_sum_prod_Ts,
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   456
                pf_Tss))) =
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   457
              let
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   458
                val res_T = fold_rev (curry (op --->)) pf_Tss B_to_fpT;
49336
blanchet
parents: 49330
diff changeset
   459
                val binding = Binding.suffix_name ("_" ^ suf) fp_b;
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   460
                val spec =
49336
blanchet
parents: 49330
diff changeset
   461
                  mk_Trueprop_eq (lists_bmoc pfss (Free (Binding.name_of binding, res_T)),
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   462
                    Term.list_comb (fp_iter_like,
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   463
                      map5 mk_preds_getterss_join cs ns cpss f_sum_prod_Ts cqfsss));
49336
blanchet
parents: 49330
diff changeset
   464
              in (binding, spec) end;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   465
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   466
            val coiter_like_infos =
49215
blanchet
parents: 49214
diff changeset
   467
              [(coiterN, fp_iter, coiter_only),
blanchet
parents: 49214
diff changeset
   468
               (corecN, fp_rec, corec_only)];
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   469
49336
blanchet
parents: 49330
diff changeset
   470
            val (bindings, specs) = map generate_coiter_like coiter_like_infos |> split_list;
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   471
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   472
            val ((csts, defs), (lthy', lthy)) = no_defs_lthy
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   473
              |> apfst split_list o fold_map2 (fn b => fn spec =>
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   474
                Specification.definition (SOME (b, NONE, NoSyn), ((Thm.def_binding b, []), spec))
49336
blanchet
parents: 49330
diff changeset
   475
                #>> apsnd snd) bindings specs
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   476
              ||> `Local_Theory.restore;
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   477
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   478
            val phi = Proof_Context.export_morphism lthy lthy';
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   479
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   480
            val [coiter_def, corec_def] = map (Morphism.thm phi) defs;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   481
49211
239a4fa29ddf define corecursors
blanchet
parents: 49210
diff changeset
   482
            val [coiter, corec] = map (mk_iter_like As Cs o Morphism.term phi) csts;
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   483
          in
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   484
            ((ctrs, selss0, coiter, corec, xss, ctr_defs, discIs, sel_thmss, coiter_def, corec_def),
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   485
             lthy)
49210
656fb50d33f0 define coiterators
blanchet
parents: 49209
diff changeset
   486
          end;
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   487
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   488
        fun wrap lthy =
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   489
          let val sel_defaultss = map (map (apsnd (prepare_term lthy))) raw_sel_defaultss in
49336
blanchet
parents: 49330
diff changeset
   490
            wrap_datatype tacss (((no_dests, ctrs0), casex0), (disc_bindings, (sel_bindingss,
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   491
              sel_defaultss))) lthy
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   492
          end;
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   493
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   494
        val define_iter_likes = if lfp then define_iter_rec else define_coiter_corec;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   495
      in
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   496
        ((wrap, define_iter_likes), lthy')
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   497
      end;
49167
68623861e0f2 print timing information
blanchet
parents: 49165
diff changeset
   498
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   499
    (* TODO: remove all "nested" and "nesting" BNFs from pre_bnfs, if they're there ### *)
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   500
    val pre_map_defs = map map_def_of_bnf pre_bnfs;
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   501
    val pre_set_defss = map set_defs_of_bnf pre_bnfs;
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   502
    val nested_set_natural's = maps set_natural'_of_bnf nested_bnfs;
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   503
    val nesting_map_ids = map map_id_of_bnf nesting_bnfs;
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   504
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   505
    fun mk_map Ts Us t =
49217
0c9546fc789f fixed handling of map of "fun"
blanchet
parents: 49216
diff changeset
   506
      let val (Type (_, Ts0), Type (_, Us0)) = strip_map_type (fastype_of t) |>> List.last in
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   507
        Term.subst_atomic_types (Ts0 @ Us0 ~~ Ts @ Us) t
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   508
      end;
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   509
49234
blanchet
parents: 49233
diff changeset
   510
    fun build_map build_arg (Type (s, Ts)) (Type (_, Us)) =
blanchet
parents: 49233
diff changeset
   511
      let
49236
632f68beff2a full name of a type as key in bnf table
traytel
parents: 49235
diff changeset
   512
        val map0 = map_of_bnf (the (bnf_of lthy s));
49234
blanchet
parents: 49233
diff changeset
   513
        val mapx = mk_map Ts Us map0;
blanchet
parents: 49233
diff changeset
   514
        val TUs = map dest_funT (fst (split_last (fst (strip_map_type (fastype_of mapx)))));
blanchet
parents: 49233
diff changeset
   515
        val args = map build_arg TUs;
blanchet
parents: 49233
diff changeset
   516
      in Term.list_comb (mapx, args) end;
blanchet
parents: 49233
diff changeset
   517
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   518
    fun derive_induct_iter_rec_thms_for_types ((ctrss, _, iters, recs, xsss, ctr_defss, _, _,
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   519
        iter_defs, rec_defs), lthy) =
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   520
      let
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   521
        val (((phis, phis'), vs'), names_lthy) =
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   522
          lthy
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   523
          |> mk_Frees' "P" (map mk_predT fpTs)
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   524
          ||>> Variable.variant_fixes (map Binding.name_of fp_bs);
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   525
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   526
        val vs = map2 (curry Free) vs' fpTs;
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   527
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   528
        fun mk_sets_nested bnf =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   529
          let
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   530
            val Type (T_name, Us) = T_of_bnf bnf;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   531
            val lives = lives_of_bnf bnf;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   532
            val sets = sets_of_bnf bnf;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   533
            fun mk_set U =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   534
              (case find_index (curry (op =) U) lives of
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   535
                ~1 => Term.dummy
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   536
              | i => nth sets i);
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   537
          in
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   538
            (T_name, map mk_set Us)
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   539
          end;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   540
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   541
        val setss_nested = map mk_sets_nested nested_bnfs;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   542
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   543
        val (induct_thms, induct_thm) =
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   544
          let
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   545
            fun mk_set Ts t =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   546
              let val Type (_, Ts0) = domain_type (fastype_of t) in
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   547
                Term.subst_atomic_types (Ts0 ~~ Ts) t
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   548
              end;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   549
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   550
            fun mk_prem_prems names_lthy (x as Free (s, T as Type (T_name, Ts0))) =
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
   551
                (case find_index (curry (op =) T) fpTs of
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   552
                  ~1 =>
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   553
                  (case AList.lookup (op =) setss_nested T_name of
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   554
                    NONE => []
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   555
                  | SOME raw_sets0 =>
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   556
                    let
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   557
                      val (Ts, raw_sets) =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   558
                        split_list (filter (exists_fp_subtype o fst) (Ts0 ~~ raw_sets0));
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   559
                      val sets = map (mk_set Ts0) raw_sets;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   560
                      val (ys, names_lthy') = names_lthy |> mk_Frees s Ts;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   561
                      val heads =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   562
                        map2 (fn y => fn set => HOLogic.mk_Trueprop (HOLogic.mk_mem (y, set $ x)))
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   563
                          ys sets;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   564
                      val bodies = flat (map (mk_prem_prems names_lthy') ys);
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   565
                    in
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   566
                      map2 (curry Logic.mk_implies) heads bodies
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   567
                    end)
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   568
                | i => [HOLogic.mk_Trueprop (nth phis i $ x)])
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   569
              | mk_prem_prems _ _ = [];
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   570
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   571
            fun close_prem_prem (Free x') t =
49367
blanchet
parents: 49366
diff changeset
   572
              fold_rev Logic.all
blanchet
parents: 49366
diff changeset
   573
                (map Free (drop (nn + 1) (rev (Term.add_frees t (x' :: phis'))))) t;
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   574
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   575
            fun mk_prem_triple phi ctr ctr_Ts =
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   576
              let
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   577
                val (xs, names_lthy') = names_lthy |> mk_Frees "x" ctr_Ts;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   578
                val prem_prems =
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   579
                  maps (fn x => map (close_prem_prem x) (mk_prem_prems names_lthy' x)) xs;
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   580
              in
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   581
                (xs, prem_prems, HOLogic.mk_Trueprop (phi $ Term.list_comb (ctr, xs)))
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
   582
              end;
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   583
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   584
            val prem_tripless = map3 (map2 o mk_prem_triple) phis ctrss ctr_Tsss;
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   585
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   586
            fun mk_prem (xs, prem_prems, concl) =
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   587
              fold_rev Logic.all xs (Logic.list_implies (prem_prems, concl));
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   588
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
   589
            val goal =
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   590
              Library.foldr (Logic.list_implies o apfst (map mk_prem)) (prem_tripless,
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   591
                HOLogic.mk_Trueprop (Library.foldr1 HOLogic.mk_conj
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   592
                  (map2 (curry (op $)) phis vs)));
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   593
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   594
            val rss = map (map (length o #2)) prem_tripless;
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   595
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   596
            val fld_induct' = fp_induct OF (map mk_sumEN_tupled_balanced mss);
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   597
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   598
            val induct_thm =
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
   599
              Skip_Proof.prove lthy [] [] goal (fn {context = ctxt, ...} =>
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   600
                mk_induct_tac ctxt ns mss rss (flat ctr_defss) fld_induct' pre_set_defss
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   601
                  nested_set_natural's)
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   602
              |> singleton (Proof_Context.export names_lthy lthy)
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   603
          in
49367
blanchet
parents: 49366
diff changeset
   604
            `(conj_dests nn) induct_thm
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   605
          end;
49201
blanchet
parents: 49200
diff changeset
   606
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   607
        val (iter_thmss, rec_thmss) =
49207
4634c217b77b completed iter/rec proofs
blanchet
parents: 49205
diff changeset
   608
          let
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   609
            val xctrss = map2 (map2 (curry Term.list_comb)) ctrss xsss;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   610
            val giters = map (lists_bmoc gss) iters;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   611
            val hrecs = map (lists_bmoc hss) recs;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   612
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   613
            fun mk_goal_iter_like fss fiter_like xctr f xs fxs =
49207
4634c217b77b completed iter/rec proofs
blanchet
parents: 49205
diff changeset
   614
              fold_rev (fold_rev Logic.all) (xs :: fss)
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   615
                (mk_Trueprop_eq (fiter_like $ xctr, Term.list_comb (f, fxs)));
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   616
49234
blanchet
parents: 49233
diff changeset
   617
            fun build_call fiter_likes maybe_tick (T, U) =
blanchet
parents: 49233
diff changeset
   618
              if T = U then
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   619
                id_const T
49234
blanchet
parents: 49233
diff changeset
   620
              else
blanchet
parents: 49233
diff changeset
   621
                (case find_index (curry (op =) T) fpTs of
blanchet
parents: 49233
diff changeset
   622
                  ~1 => build_map (build_call fiter_likes maybe_tick) T U
blanchet
parents: 49233
diff changeset
   623
                | j => maybe_tick (nth vs j) (nth fiter_likes j));
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   624
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   625
            fun mk_U maybe_mk_prodT =
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   626
              typ_subst (map2 (fn fpT => fn C => (fpT, maybe_mk_prodT fpT C)) fpTs Cs);
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   627
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   628
            fun intr_calls fiter_likes maybe_cons maybe_tick maybe_mk_prodT (x as Free (_, T)) =
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   629
              if member (op =) fpTs T then
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   630
                maybe_cons x [build_call fiter_likes (K I) (T, mk_U (K I) T) $ x]
49362
1271aca16aed make tactic more robust in the case where "asm_simp_tac" already finishes the job
blanchet
parents: 49361
diff changeset
   631
              else if exists_fp_subtype T then
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   632
                [build_call fiter_likes maybe_tick (T, mk_U maybe_mk_prodT T) $ x]
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   633
              else
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   634
                [x];
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49213
diff changeset
   635
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   636
            val gxsss = map (map (maps (intr_calls giters (K I) (K I) (K I)))) xsss;
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   637
            val hxsss = map (map (maps (intr_calls hrecs cons tick (curry HOLogic.mk_prodT)))) xsss;
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   638
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   639
            val goal_iterss = map5 (map4 o mk_goal_iter_like gss) giters xctrss gss xsss gxsss;
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   640
            val goal_recss = map5 (map4 o mk_goal_iter_like hss) hrecs xctrss hss xsss hxsss;
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   641
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   642
            val iter_tacss =
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   643
              map2 (map o mk_iter_like_tac pre_map_defs nesting_map_ids iter_defs) fp_iter_thms
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   644
                ctr_defss;
49203
262ab1ac38b9 repaired constant types
blanchet
parents: 49202
diff changeset
   645
            val rec_tacss =
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   646
              map2 (map o mk_iter_like_tac pre_map_defs nesting_map_ids rec_defs) fp_rec_thms
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   647
                ctr_defss;
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   648
          in
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   649
            (map2 (map2 (fn goal => fn tac => Skip_Proof.prove lthy [] [] goal (tac o #context)))
49205
674f04c737e0 implemented "mk_iter_or_rec_tac"
blanchet
parents: 49204
diff changeset
   650
               goal_iterss iter_tacss,
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   651
             map2 (map2 (fn goal => fn tac => Skip_Proof.prove lthy [] [] goal (tac o #context)))
49205
674f04c737e0 implemented "mk_iter_or_rec_tac"
blanchet
parents: 49204
diff changeset
   652
               goal_recss rec_tacss)
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   653
          end;
49201
blanchet
parents: 49200
diff changeset
   654
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   655
        val common_notes =
49367
blanchet
parents: 49366
diff changeset
   656
          (if nn > 1 then [(inductN, [induct_thm], [])] (* FIXME: attribs *) else [])
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   657
          |> map (fn (thmN, thms, attrs) =>
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   658
              ((Binding.qualify true fp_common_name (Binding.name thmN), attrs), [(thms, [])]));
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   659
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   660
        val notes =
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   661
          [(inductN, map single induct_thms, []), (* FIXME: attribs *)
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   662
           (itersN, iter_thmss, simp_attrs),
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   663
           (recsN, rec_thmss, Code.add_default_eqn_attrib :: simp_attrs)]
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   664
          |> maps (fn (thmN, thmss, attrs) =>
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   665
            map2 (fn b => fn thms =>
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   666
              ((Binding.qualify true (Binding.name_of b) (Binding.name thmN), attrs),
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   667
                [(thms, [])])) fp_bs thmss);
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   668
      in
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   669
        lthy |> Local_Theory.notes (common_notes @ notes) |> snd
49202
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   670
      end;
f493cd25737f some work towards iterator and recursor properties
blanchet
parents: 49201
diff changeset
   671
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   672
    fun derive_coinduct_coiter_corec_thms_for_types ((ctrss, selsss, coiters, corecs, _, ctr_defss,
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   673
        discIss, sel_thmsss, coiter_defs, corec_defs), lthy) =
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   674
      let
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   675
        val (vs', names_lthy) =
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   676
          lthy
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   677
          |> Variable.variant_fixes (map Binding.name_of fp_bs);
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   678
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   679
        val vs = map2 (curry Free) vs' fpTs;
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   680
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   681
        val (coinduct_thms, coinduct_thm) =
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   682
          let
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   683
            val coinduct_thm = fp_induct;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   684
          in
49367
blanchet
parents: 49366
diff changeset
   685
            `(conj_dests nn) coinduct_thm
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   686
          end;
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   687
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   688
        val (coiter_thmss, corec_thmss) =
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   689
          let
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   690
            val z = the_single zs;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   691
            val gcoiters = map (lists_bmoc pgss) coiters;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   692
            val hcorecs = map (lists_bmoc phss) corecs;
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   693
49232
9ea11f0c53e4 fixed and enabled generation of "coiters" theorems, including the recursive case
blanchet
parents: 49230
diff changeset
   694
            fun mk_goal_cond pos = HOLogic.mk_Trueprop o (not pos ? HOLogic.mk_not);
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   695
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   696
            fun mk_goal_coiter_like pfss c cps fcoiter_like n k ctr m cfs' =
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   697
              fold_rev (fold_rev Logic.all) ([c] :: pfss)
49232
9ea11f0c53e4 fixed and enabled generation of "coiters" theorems, including the recursive case
blanchet
parents: 49230
diff changeset
   698
                (Logic.list_implies (seq_conds mk_goal_cond n k cps,
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   699
                   mk_Trueprop_eq (fcoiter_like $ c, Term.list_comb (ctr, take m cfs'))));
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   700
49234
blanchet
parents: 49233
diff changeset
   701
            fun build_call fiter_likes maybe_tack (T, U) =
blanchet
parents: 49233
diff changeset
   702
              if T = U then
49368
df359ce891ac added induct tactic
blanchet
parents: 49367
diff changeset
   703
                id_const T
49234
blanchet
parents: 49233
diff changeset
   704
              else
blanchet
parents: 49233
diff changeset
   705
                (case find_index (curry (op =) U) fpTs of
blanchet
parents: 49233
diff changeset
   706
                  ~1 => build_map (build_call fiter_likes maybe_tack) T U
blanchet
parents: 49233
diff changeset
   707
                | j => maybe_tack (nth cs j, nth vs j) (nth fiter_likes j));
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   708
49274
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   709
            fun mk_U maybe_mk_sumT =
ddd606ec45b9 first step towards splitting corecursor function arguments into (p, g, h) triples
blanchet
parents: 49273
diff changeset
   710
              typ_subst (map2 (fn C => fn fpT => (maybe_mk_sumT fpT C, fpT)) Cs fpTs);
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   711
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   712
            fun intr_calls fiter_likes maybe_mk_sumT maybe_tack cqf =
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   713
              let val T = fastype_of cqf in
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   714
                if exists_subtype (member (op =) Cs) T then
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   715
                  build_call fiter_likes maybe_tack (T, mk_U maybe_mk_sumT T) $ cqf
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   716
                else
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   717
                  cqf
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   718
              end;
49232
9ea11f0c53e4 fixed and enabled generation of "coiters" theorems, including the recursive case
blanchet
parents: 49230
diff changeset
   719
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   720
            val crgsss' = map (map (map (intr_calls gcoiters (K I) (K I)))) crgsss;
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   721
            val cshsss' = map (map (map (intr_calls hcorecs (curry mk_sumT) (tack z)))) cshsss;
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   722
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   723
            val goal_coiterss =
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   724
              map8 (map4 oooo mk_goal_coiter_like pgss) cs cpss gcoiters ns kss ctrss mss crgsss';
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   725
            val goal_corecss =
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   726
              map8 (map4 oooo mk_goal_coiter_like phss) cs cpss hcorecs ns kss ctrss mss cshsss';
49213
975ccb0130cb some work on coiter tactic
blanchet
parents: 49212
diff changeset
   727
975ccb0130cb some work on coiter tactic
blanchet
parents: 49212
diff changeset
   728
            val coiter_tacss =
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   729
              map3 (map oo mk_coiter_like_tac coiter_defs nesting_map_ids) fp_iter_thms pre_map_defs
49226
510c6d4a73ec fixed and enabled iterator/recursor theorems
blanchet
parents: 49224
diff changeset
   730
                ctr_defss;
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   731
            val corec_tacss =
49363
8fc53d925629 distinguish between nested and nesting BNFs
blanchet
parents: 49362
diff changeset
   732
              map3 (map oo mk_coiter_like_tac corec_defs nesting_map_ids) fp_rec_thms pre_map_defs
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   733
                ctr_defss;
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   734
          in
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   735
            (map2 (map2 (fn goal => fn tac =>
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   736
                 Skip_Proof.prove lthy [] [] goal (tac o #context) |> Thm.close_derivation))
49213
975ccb0130cb some work on coiter tactic
blanchet
parents: 49212
diff changeset
   737
               goal_coiterss coiter_tacss,
49276
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   738
             map2 (map2 (fn goal => fn tac =>
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   739
                 Skip_Proof.prove lthy [] [] goal (tac o #context)
59fa53ed7507 finished splitting sum types for corecursors
blanchet
parents: 49275
diff changeset
   740
                 |> Local_Defs.unfold lthy @{thms sum_case_if} |> Thm.close_derivation))
49233
7f412734fbb3 fixed and reenabled "corecs" theorems
blanchet
parents: 49232
diff changeset
   741
               goal_corecss corec_tacss)
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   742
          end;
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   743
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   744
        fun mk_disc_coiter_like_thms [_] = K []
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   745
          | mk_disc_coiter_like_thms thms = map2 (curry (op RS)) thms;
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   746
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   747
        val disc_coiter_thmss = map2 mk_disc_coiter_like_thms coiter_thmss discIss;
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   748
        val disc_corec_thmss = map2 mk_disc_coiter_like_thms corec_thmss discIss;
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   749
49267
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   750
        fun mk_sel_coiter_like_thm coiter_like_thm sel0 sel_thm =
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   751
          let
49267
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   752
            val (domT, ranT) = dest_funT (fastype_of sel0);
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   753
            val arg_cong' =
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   754
              Drule.instantiate' (map (SOME o certifyT lthy) [domT, ranT])
49267
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   755
                [NONE, NONE, SOME (certify lthy sel0)] arg_cong
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   756
              |> Thm.varifyT_global;
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   757
            val sel_thm' = sel_thm RSN (2, trans);
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   758
          in
49267
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   759
            coiter_like_thm RS arg_cong' RS sel_thm'
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   760
          end;
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   761
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   762
        val sel_coiter_thmsss =
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   763
          map3 (map3 (map2 o mk_sel_coiter_like_thm)) coiter_thmss selsss sel_thmsss;
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   764
        val sel_corec_thmsss =
49267
c96a07255e10 correctly generate sel_coiter and sel_corec theorems
blanchet
parents: 49266
diff changeset
   765
          map3 (map3 (map2 o mk_sel_coiter_like_thm)) corec_thmss selsss sel_thmsss;
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   766
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   767
        val common_notes =
49367
blanchet
parents: 49366
diff changeset
   768
          (if nn > 1 then [(coinductN, [coinduct_thm], [])] (* FIXME: attribs *) else [])
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   769
          |> map (fn (thmN, thms, attrs) =>
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   770
              ((Binding.qualify true fp_common_name (Binding.name thmN), attrs), [(thms, [])]));
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   771
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   772
        val notes =
49342
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   773
          [(coinductN, map single coinduct_thms, []), (* FIXME: attribs *)
8ea4bad49ed5 rough and ready induction
blanchet
parents: 49338
diff changeset
   774
           (coitersN, coiter_thmss, []),
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   775
           (disc_coitersN, disc_coiter_thmss, []),
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   776
           (sel_coitersN, map flat sel_coiter_thmsss, []),
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   777
           (corecsN, corec_thmss, []),
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   778
           (disc_corecsN, disc_corec_thmss, []),
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   779
           (sel_corecsN, map flat sel_corec_thmsss, [])]
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   780
          |> maps (fn (thmN, thmss, attrs) =>
49266
70ffce5b65a4 generate "sel_coiters" and friends
blanchet
parents: 49264
diff changeset
   781
            map_filter (fn (_, []) => NONE | (b, thms) =>
49300
c707df2e2083 added attributes to theorems
blanchet
parents: 49298
diff changeset
   782
              SOME ((Binding.qualify true (Binding.name_of b) (Binding.name thmN), attrs),
49302
f5bd87aac224 added optional qualifiers for constructors and destructors, similarly to the old package
blanchet
parents: 49300
diff changeset
   783
                [(thms, [])])) (fp_bs ~~ thmss));
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   784
      in
49361
cc1d39529dd1 derive induction via backward proof, to ensure that the premises are in the right order for constructors like "X x y x" where x and y are mutually recursive
blanchet
parents: 49342
diff changeset
   785
        lthy |> Local_Theory.notes (common_notes @ notes) |> snd
49212
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   786
      end;
ca59649170b0 more sugar on codatatypes
blanchet
parents: 49211
diff changeset
   787
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   788
    fun wrap_types_and_define_iter_likes ((wraps, define_iter_likess), lthy) =
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   789
      fold_map2 (curry (op o)) define_iter_likess wraps lthy |>> split_list10
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   790
49204
0b735fb2602e generate iter/rec goals
blanchet
parents: 49203
diff changeset
   791
    val lthy' = lthy
49370
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   792
      |> fold_map define_ctrs_case_for_type (fp_bs ~~ fpTs ~~ Cs ~~ flds ~~ unfs ~~ fp_iters ~~
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   793
        fp_recs ~~ fld_unfs ~~ unf_flds ~~ fld_injects ~~ ns ~~ kss ~~ mss ~~ ctr_bindingss ~~
be6e749fd003 fixed variable exporting problem
blanchet
parents: 49368
diff changeset
   794
        ctr_mixfixess ~~ ctr_Tsss ~~ disc_bindingss ~~ sel_bindingsss ~~ raw_sel_defaultsss)
49287
ebe2a5cec4bf allow defaults for one datatype to involve the constructor of another one in the mutually recursive case
blanchet
parents: 49286
diff changeset
   795
      |>> split_list |> wrap_types_and_define_iter_likes
49337
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   796
      |> (if lfp then derive_induct_iter_rec_thms_for_types
538687a77075 set up things for (co)induction sugar
blanchet
parents: 49336
diff changeset
   797
          else derive_coinduct_coiter_corec_thms_for_types);
49167
68623861e0f2 print timing information
blanchet
parents: 49165
diff changeset
   798
68623861e0f2 print timing information
blanchet
parents: 49165
diff changeset
   799
    val timer = time (timer ("Constructors, discriminators, selectors, etc., for the new " ^
49208
blanchet
parents: 49207
diff changeset
   800
      (if lfp then "" else "co") ^ "datatype"));
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   801
  in
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
   802
    timer; lthy'
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   803
  end;
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   804
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   805
val datatyp = define_datatype (K I) (K I) (K I);
49297
47fbf2e3e89c provide a programmatic interface for FP sugar
blanchet
parents: 49287
diff changeset
   806
49298
36e551d3af3b support for sort constraints in new (co)data commands
blanchet
parents: 49297
diff changeset
   807
val datatype_cmd = define_datatype Typedecl.read_constraint Syntax.parse_typ Syntax.read_term;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   808
49329
82452dc63ed5 desambiguate grammar (e.g. for Nil's mixfix ("[]"))
blanchet
parents: 49311
diff changeset
   809
val parse_binding_colon = Parse.binding --| @{keyword ":"};
49336
blanchet
parents: 49330
diff changeset
   810
val parse_opt_binding_colon = Scan.optional parse_binding_colon no_binding;
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   811
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   812
val parse_ctr_arg =
49329
82452dc63ed5 desambiguate grammar (e.g. for Nil's mixfix ("[]"))
blanchet
parents: 49311
diff changeset
   813
  @{keyword "("} |-- parse_binding_colon -- Parse.typ --| @{keyword ")"} ||
49336
blanchet
parents: 49330
diff changeset
   814
  (Parse.typ >> pair no_binding);
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   815
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   816
val parse_defaults =
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   817
  @{keyword "("} |-- @{keyword "defaults"} |-- Scan.repeat parse_bound_term --| @{keyword ")"};
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   818
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   819
val parse_single_spec =
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   820
  Parse.type_args_constrained -- Parse.binding -- Parse.opt_mixfix --
49119
1f605c36869c more work on FP sugar
blanchet
parents: 49112
diff changeset
   821
  (@{keyword "="} |-- Parse.enum1 "|" (parse_opt_binding_colon -- Parse.binding --
49286
dde4967c9233 added "defaults" option
blanchet
parents: 49280
diff changeset
   822
    Scan.repeat parse_ctr_arg -- Scan.optional parse_defaults [] -- Parse.opt_mixfix));
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   823
49278
718e4ad1517e added no_dests option
blanchet
parents: 49277
diff changeset
   824
val parse_datatype = parse_wrap_options -- Parse.and_list1 parse_single_spec;
718e4ad1517e added no_dests option
blanchet
parents: 49277
diff changeset
   825
49308
6190b701e4f4 reorganized dependencies so that the sugar does not depend on GFP -- this will be essential for bootstrapping
blanchet
parents: 49302
diff changeset
   826
fun parse_datatype_cmd lfp construct = parse_datatype >> datatype_cmd lfp construct;
49112
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   827
4de4635d8f93 started work on sugared "(co)data" commands
blanchet
parents:
diff changeset
   828
end;