﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
34	Ambiguous show instance.	Ben Lippmeier		"Grigory Sarnitskiy reports:
{{{
Hello! I'm using repa 2.1.1.5, so maybe this issue is gone already.

Nevertheless, repa's Show instance is a bit ambiguous, e.g. show of Maybe (Array DIM1 Int)

""Just Array (Z :. 1) [...]""

Wouldn't it be better to have

""Just (Array (Z :. 1) [...])""

just like elsewhere in Haskell? For example

show $ Just $ Just 5
""Just (Just 5)""
}}}"	defect	closed	normal	3.2.0	library	2.1.0.1	fixed		
