PUBLIC
Hi,
Is there a way to recognize that an Id / Var refers to a default method implementation, e.g. $dm/= in the following?
$dm/= :: forall a. Eq a => a -> a -> Bool
[GblId, Arity=3, Unf=OtherCon []]
$dm/=
= \ (@a_ahz)
($dEq_sI6 [Occ=Once1] :: Eq a_ahz)
(x_sI7 [Occ=Once1] :: a_ahz)
(y_sI8 [Occ=Once1] :: a_ahz) ->
case == @a_ahz $dEq_sI6 x_sI7 y_sI8 of {
False -> True;
True -> False
}
Thanks,
Gergo