puzzle-draw-0.1.0.4: Creating graphics for pencil puzzles.

Safe HaskellNone
LanguageHaskell98

Text.Puzzles.Puzzle

Synopsis

Documentation

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.