:info for ticked constructors
Currently :info does not support ticked identifiers, e.g. :i 'Just.
I think it should - the tick is a part of a name, just like a module qualifier Prelude.foldl.
I believe the output of :i 'X should be the same as :i X, but without information on the value-level X, if there's one.