package.elm-lang.org icon indicating copy to clipboard operation
package.elm-lang.org copied to clipboard

Reinstate feature: Show ambiguous types fully qualified

Open jvoigtlaender opened this issue 9 years ago • 2 comments

This feature worked on master, but got lost during the revamp.

jvoigtlaender avatar Nov 19 '15 08:11 jvoigtlaender

A current instance where this feature would be important: http://package.elm-lang.org/packages/elm-lang/core/3.0.0/Json-Decode#Value.

See also https://github.com/elm-lang/elm-lang.org/pull/477#issuecomment-168336660.

jvoigtlaender avatar Jan 01 '16 20:01 jvoigtlaender

Since the fully qualified type is in the documentation.json this should be a simple frontend change. Even better would be to have a link to the actual type in another package, but I understand this would be more work, since that information is not available. I'm gonna document what the Value type is in http://package.elm-lang.org/packages/norpan/elm-json-patch/1.0.0/Json-Patch but it would be great if that wasn't needed.

norpan avatar Mar 22 '17 09:03 norpan