doc-src/IsarAdvanced/Codegen/Thy/examples/integers.ML
author paulson
Tue, 28 Nov 2006 16:19:01 +0100
changeset 21573 8a7a68c0096c
parent 21178 c3618fc6a6f7
child 21993 4b802a9e0738
permissions -rw-r--r--
Removed the references for counting combinators. Instead they are counted in actual clauses.

structure ROOT = 
struct

structure Codegen = 
struct

fun double_inc a =
  IntInf.+ ((IntInf.* ((2 : IntInf.int), a)), (1 : IntInf.int));

end; (*struct Codegen*)

end; (*struct ROOT*)