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

Safe HaskellNone

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.