may use `int` in Isabelle runtime environment
authorhaftmann
Wed, 28 Jul 2010 12:12:29 +0200
changeset 38053 9102e859dc0b
parent 38030 dc56a9a8e19d
child 38054 acd48ef85bfc
may use `int` in Isabelle runtime environment
src/HOL/Library/Code_Integer.thy
--- a/src/HOL/Library/Code_Integer.thy	Tue Jul 27 20:16:14 2010 +0200
+++ b/src/HOL/Library/Code_Integer.thy	Wed Jul 28 12:12:29 2010 +0200
@@ -19,6 +19,7 @@
   (OCaml "Big'_int.big'_int")
   (Haskell "Integer")
   (Scala "BigInt")
+  (Eval "int")
 
 code_instance int :: eq
   (Haskell -)