[Haskell-cafe] Haskell function help

Daniel Fischer daniel.is.fischer at googlemail.com
Tue Feb 1 13:47:51 CET 2011


Just a few further remarks,
- partition requires the import of Data.List
- with an import of Data.Maybe, assign can be much shorter stated as

assign (atom,value) formula =
    catMaybes (map (assignClause (atom,value)) formula)




More information about the Haskell-Cafe mailing list