applebiz89 wrote: > main :: IO () > main = do > doFilmsInGivenYear films > main
You pass as argument to 'doFilmsInGivenYear' the value 'films', which is not defined. Instead, I think you meant 'testDatabase'. All the best, -- Jochem Berndsen | [email protected] GPG: 0xE6FABFAB _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
