I would expect
reads "1.2" :: [(Int,String)]
to be evaluated to
[(1,".2")]
but using Hugs (Version Sep 2006) it is just
[]
Bug or feature?