| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Graphics.Formats.STL.Parser
Documentation
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.
nameParser :: Parser Text
normalParser :: Parser (Maybe Vector)
ss :: Parser a -> Parser a