src/HOL/Library/Code_Target_Numeral.thy
author wenzelm
Wed, 18 Sep 2013 20:09:26 +0200
changeset 53715 68c664737d04
parent 50023 28f3263d4d1b
child 58881 b9556a055632
permissions -rw-r--r--
added option "jedit_auto_load"; allow in-place change of option "editor_continuous_checking";

(*  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