cvs commit: hugs98/src builtin.c hugs98/libraries/Hugs Int.hs Word.hs

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Thu, 12 Sep 2002 04:59:37 -0700


ross        2002/09/12 04:59:36 PDT

  Modified files:
    src                  builtin.c 
    libraries/Hugs       Int.hs Word.hs 
  Log:
  Add instances for Int64/Word64.  The relationship to C types doesn't
  seem to be working, but at least the types seem internally consistent.
  (I'm not sure of the order of the hi&lo parts in the 64<->Integer
  functions, though.)  Mainly for type-checking at this stage.
  
  Revision  Changes    Path
  1.32      +6 -6      hugs98/src/builtin.c
  1.4       +57 -1     hugs98/libraries/Hugs/Int.hs
  1.7       +57 -11    hugs98/libraries/Hugs/Word.hs