| Copyright | (c) Joel Burget | 
|---|---|
| License | BSD3 | 
| Maintainer | erkokl@gmail.com | 
| Stability | experimental | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Documentation.SBV.Examples.Strings.RegexCrossword
Description
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"]