author | haftmann |
Sat, 02 Jul 2011 22:14:47 +0200 | |
changeset 43653 | 905f17258bca |
parent 43639 | 9cba66fb109a |
child 43654 | 3f1a44c2d645 |
--- a/src/HOL/Library/Efficient_Nat.thy Sat Jul 02 10:37:35 2011 +0200 +++ b/src/HOL/Library/Efficient_Nat.thy Sat Jul 02 22:14:47 2011 +0200 @@ -387,7 +387,7 @@ *} code_const nat - (SML "IntInf.max/ (/0,/ _)") + (SML "IntInf.max/ (0,/ _)") (OCaml "Big'_int.max'_big'_int/ Big'_int.zero'_big'_int") (Eval "Integer.max/ _/ 0")