(* Title: HOL/Tools/BNF/bnf_fp_util_tactics.ML Author: Dmitriy Traytel, ETH Zürich Copyright 2016
Common tactics for datatype and codatatype constructions.
*)
signature BNF_FP_UTIL_TACTICS = sig
val mk_xtor_un_fold_xtor_tac: Proof.context -> thm -> thm list -> thm list -> tactic val mk_xtor_co_rec_id_tac: Proof.context -> thm list -> thm -> thm list -> thm list -> tactic val mk_xtor_co_rec_tac: Proof.context -> thm -> thm list -> thm list -> tactic val mk_xtor_co_rec_unique_tac: Proof.context -> BNF_Util.fp_kind -> thm list -> thm list -> thm ->
thm list -> thm list -> tactic val mk_xtor_co_rec_transfer_tac: Proof.context -> BNF_Util.fp_kind -> int -> int -> thm list ->
thm list -> thm list -> thm list -> tactic
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:
(vorverarbeitet am 2026-04-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.