Safe Haskell | None |
---|---|
Language | Haskell98 |
Text.Puzzles.Puzzle
Documentation
data TypedPuzzle Source
Instances
type ParsePuzzle a b = (Value -> Parser a, Value -> Parser b) Source
A pair of parsers for a puzzle type. First parses the puzzle, second the solution.
parseType :: String -> Parser PuzzleType Source