Changeset 11977 for src/Pugs/Val
- Timestamp:
- 08/07/06 13:44:58 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Val/Str.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Val/Str.hs
r11976 r11977 1 {-# OPTIONS_GHC -fglasgow-exts #-}1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances #-} 2 2 module Pugs.Val.Str where 3 3 import Pugs.Internals
