registered directly executable version with the code generator
(* Title : RealAbs.thy ID : $Id$ Author : Jacques D. Fleuriot Copyright : 1998 University of Cambridge Description : Absolute value function for the reals*) RealAbs = RealArith +defs real_abs_def "abs r == (if (0::real) <= r then r else -r)"end