doc-src/IsarAdvanced/Codegen/Thy/examples/integers.ML
author haftmann
Thu, 04 Jan 2007 17:11:09 +0100
changeset 21993 4b802a9e0738
parent 21178 c3618fc6a6f7
child 22015 12b94d7f7e1f
permissions -rw-r--r--
updated manual

structure ROOT = 
struct

structure Codegen = 
struct

val double_inc : IntInf.int -> IntInf.int =
  (fn k => IntInf.+ ((IntInf.* ((2 : IntInf.int), k)), (1 : IntInf.int)));

end; (*struct Codegen*)

end; (*struct ROOT*)