src/HOL/Library/Code_Target_Numeral.thy
author Andreas Lochbihler
Thu, 17 Oct 2013 17:14:06 +0200
changeset 54366 13bfdbcfbbfb
parent 50023 28f3263d4d1b
child 58881 b9556a055632
permissions -rw-r--r--
swap equations and premises in the coinductive step for better proof automation

(*  Title:      HOL/Library/Code_Target_Numeral.thy
    Author:     Florian Haftmann, TU Muenchen
*)

header {* Implementation of natural and integer numbers by target-language integers *}

theory Code_Target_Numeral
imports Code_Target_Int Code_Target_Nat
begin

end