src/HOL/Code_Numeral.thy
changeset 61857 542f2c6da692
parent 61275 053ec04ea866
child 63174 57c0d60e491c
--- a/src/HOL/Code_Numeral.thy	Fri Dec 18 11:14:28 2015 +0100
+++ b/src/HOL/Code_Numeral.thy	Fri Dec 18 14:23:11 2015 +0100
@@ -648,6 +648,12 @@
     and (Haskell) infix 4 "<"
     and (Scala) infixl 4 "<"
     and (Eval) infixl 6 "<"
+| constant "abs :: integer \<Rightarrow> _" \<rightharpoonup>
+    (SML) "IntInf.abs"
+    and (OCaml) "Big'_int.abs'_big'_int"
+    and (Haskell) "Prelude.abs"
+    and (Scala) "_.abs"
+    and (Eval) "abs"
 
 code_identifier
   code_module Code_Numeral \<rightharpoonup> (SML) Arith and (OCaml) Arith and (Haskell) Arith