hOff-parser-0.1.0.0: The parser to parser the OFF(Object File Format, Princeton ModelNet).

Copyright(C) Johann Lee <me@qinka.pro> 2017
LicenseGPL-3
Maintainerme@qinka.pro
Stabilityexperimental
Portabilityunknown
Safe HaskellNone
LanguageHaskell2010

HOff.Parser

Description

The types are used in parser.

Synopsis

Documentation

offP :: (Stream s m Char, Read a, Num a) => ParsecT s ParStat m (OFF a Int) Source #

parser the OFF file

defParStat :: ParStat Source #

default par stat