Changeset 13587 for src/Pugs/Val
- Timestamp:
- 09/25/06 06:42:04 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Val/Base.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Val/Base.hs
r13488 r13587 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-}1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances -funbox-strict-fields #-} 2 2 3 3 module Pugs.Val.Base where
