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

Safe HaskellNone
LanguageHaskell98

Parse.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.