src/HOL/Library/Code_Target_Numeral.thy
author traytel
Thu, 16 Jul 2015 12:23:22 +0200
changeset 60728 26ffdb966759
parent 60500 903bb1495239
child 60868 dd18c33c001e
permissions -rw-r--r--
{r,e,d,f}tac with proper context in BNF

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

section \<open>Implementation of natural and integer numbers by target-language integers\<close>

theory Code_Target_Numeral
imports Code_Target_Int Code_Target_Nat
begin

end