Open jacereda opened 8 years ago
> gread $ gshow (42::Int) :: [(Int,String)] [(42,"")] > gread $ gshow ((-42)::Int) :: [(Int,String)] []