src/HOL/Library/Code_Target_Numeral.thy
author wenzelm
Wed, 11 Sep 2024 21:25:15 +0200
changeset 80861 9de19e3a7231
parent 60868 dd18c33c001e
child 81713 378b9d6c52b2
permissions -rw-r--r--
dismantle print_mode operations for Markup/Pretty: hardwired check of "print_mode_active Print_Mode.PIDE";

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