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

Safe HaskellNone
LanguageHaskell98

Text.Puzzles.Parsec

Description

Parsec helper for puzzle file parsing.

Synopsis

Documentation

toParser :: GenParser a () b -> [a] -> Parser b Source #

fraction :: GenParser Char st Fraction Source #

fraction is meant to parse things like "1 12", "310", "7".