diff -r 527563e67194 -r 5af400cc64d5 src/HOL/Extraction/Pigeonhole.thy --- a/src/HOL/Extraction/Pigeonhole.thy Tue Sep 19 15:21:51 2006 +0200 +++ b/src/HOL/Extraction/Pigeonhole.thy Tue Sep 19 15:21:52 2006 +0200 @@ -285,6 +285,9 @@ consts_code arbitrary :: "nat \ nat" ("{* (0::nat, 0::nat) *}") +code_const "arbitrary \ nat \ nat" + (SML "{* (0\nat, 0\nat) *}") + code_module PH contains test = "\n. pigeonhole n (\m. m - 1)"