Copyright | (c) Joel Burget |
---|---|
License | BSD3 |
Maintainer | erkokl@gmail.com |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This example solves regex crosswords from http://regexcrossword.com
Documentation
solveCrossword :: [RegExp] -> [RegExp] -> IO [String] Source #
Solve a given crossword, returning the corresponding rows
puzzle1 :: IO [String] Source #
Solve http://regexcrossword.com/challenges/intermediate/puzzles/1
>>>
puzzle1
["ATO","WEL"]