3
GHC가 형식화 된 구멍의 형식 클래스 제약 조건을 제공하도록하는 방법이 있습니까?
현재 행동 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 _ …