- Extend to accept non `Int`-type tokens. Presently, CSVs are parsed as: ` Edge = BadEdge | Edge { source :: !Int, target :: !Int, value :: !Double }`
Int-type tokens. Presently, CSVs are parsed as:Edge = BadEdge | Edge { source :: !Int, target :: !Int, value :: !Double }