Aktuelles Verhalten
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 _
Gewünschtes Verhalten
Es wäre schön, wenn GHC mir auch sagen würde, dass das typisierte Loch die Show
Typklassenbeschränkung hat.
Sonstiges
GHC Version 7.8.1
show (undefined :: () -> ())
; GHC wird mehr in der Typprüfung Fehler erzählen.