Changeset 2989
- Timestamp:
- 05/12/05 03:46:34 (4 years ago)
- svk:copy_cache_prev:
- 4536
- Location:
- src/Pugs
- Files:
-
- 2 modified
-
Parser/Number.hs (modified) (1 diff)
-
Prim/Numeric.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Parser/Number.hs
r2951 r2989 1 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 2 1 3 module Pugs.Parser.Number ( 2 4 naturalOrRat, -
src/Pugs/Prim/Numeric.hs
r2961 r2989 1 1 {-# OPTIONS_GHC -fglasgow-exts -fno-warn-orphans #-} 2 {-# OPTIONS_GHC -#include "UnicodeC.h" #-} 2 3 3 4 module Pugs.Prim.Numeric (
