diff -r 9279f95e574a -r a159ba20979e IntEx.thy --- a/IntEx.thy Mon Nov 02 15:39:25 2009 +0100 +++ b/IntEx.thy Mon Nov 02 18:16:19 2009 +0100 @@ -41,6 +41,14 @@ term PLUS thm PLUS_def +definition + "MPLUS x y \ my_plus x y" + +term MPLUS +thm MPLUS_def +thm MPLUS_def_raw + + fun my_neg :: "(nat \ nat) \ (nat \ nat)" where