packages feed

robin-hood-profit-0.0.2: src/RobinHood/CellParser.hs

module RobinHood.CellParser (module RobinHood.CellParser, module X) where

import Data.Attoparsec.ByteString as X
import Data.Attoparsec.ByteString.Char8 as X (decimal)

type CellParser a = Parser a