Obecne zachowanie
Prelude> show _
<interactive>:7:6:
Found hole ‘_’ with type: a0
Where: ‘a0’ is an ambiguous type variable
Relevant bindings include it :: String (bound at <interactive>:7:1)
In the first argument of ‘show’, namely ‘_’
In the expression: show _
In an equation for ‘it’: it = show _
Pożądane zachowanie
Byłoby miło, gdyby GHC również powiedział mi, że wpisany otwór ma Show
ograniczenie dotyczące klasy typu.
Różne
Wersja GHC 7.8.1
show (undefined :: () -> ())
; GHC powie więcej w błędzie kontroli typu.