STL-0.3.0.6: STL 3D geometry format parsing and pretty-printing

Safe HaskellNone
LanguageHaskell2010

Graphics.Formats.STL.Parser

Synopsis

Documentation

stlParser :: Parser STL Source #

A parser from Text to the STL type. The parser should be fairly permissive about whitespace, but has not been tested enough against STL files in the wild.

ss :: Parser a -> Parser a Source #