fig-1.3.0: Manipulation of FIG files

Graphics.Fig.Parser

Description

Parser for the FIG format.

Synopsis

Documentation

parseSource

Arguments

:: FilePath

Name of the input file (to use in error messages).

-> String

String in FIG format.

-> Either String Fig

Error message if failed parse; figure if successful parse.

Parse a string in the FIG format.