src/HOL/Real/RealBin.thy
author berghofe
Fri, 11 Jul 2003 14:55:17 +0200
changeset 14102 8af7334af4b3
parent 10919 144ede948e58
child 14365 3d4df8c166ae
permissions -rw-r--r--
- Installed specific code generator for equality enforcing that arguments do not have function types, which would result in an error message during compilation. - Added test case generators for basic types.

(*  Title:      HOL/RealBin.thy
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1999  University of Cambridge

Binary arithmetic for the reals

This case is reduced to that for the integers
*)

RealBin = RealInt +

instance
  real :: number 

defs
  real_number_of_def
    "number_of v == real (number_of v :: int)"
     (*::bin=>real           ::bin=>int*)

end