syb
syb copied to clipboard
gread . gshow fails with negative numbers
> gread $ gshow (42::Int) :: [(Int,String)]
[(42,"")]
> gread $ gshow ((-42)::Int) :: [(Int,String)]
[]