Changeset 16421
- Timestamp:
- 05/18/07 00:30:50 (18 months ago)
- Location:
- src
- Files:
-
- 2 modified
-
DrIFT/YAML.hs (modified) (2 diffs)
-
Pugs/Run.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/DrIFT/YAML.hs
r16410 r16421 232 232 fromYAMLElem e = fail $ "no parse: " ++ show e ++ ", expecting " ++ show (typeOf (undefined :: (a, b, c))) 233 233 234 {- 234 235 {-# NOINLINE seen #-} 235 236 seen :: Hash.HashTable SYMID Any … … 240 241 kvs <- Hash.toList seen 241 242 mapM_ (Hash.delete seen . fst) kvs 243 -} 242 244 243 245 instance (Typeable a, YAML a) => YAML (TVar a) where -
src/Pugs/Run.hs
r16373 r16421 277 277 -- print "Loading yaml..." 278 278 --(glob, ast) <- fromYAML yml 279 cleanSeen279 -- cleanSeen 280 280 MkCompUnit _ glob ast <- io $ fromYAML yml 281 281 -- print "Loading done!"
