Ord instance for Data.Data.Constr
14 Jan
2015
14 Jan
'15
5:49 a.m.
Is there a reason there is no Ord instance for Data.Data.Constr? I want to use it as part of a key in a Map, and can't auto derive the instance as all the constructors are not in scope. Alan
14 Jan
14 Jan
5:54 a.m.
Never mind, I can derive one for ConstrRep Alan On Tue, Jan 13, 2015 at 11:49 PM, Alan & Kim Zimmerman <alan.zimm@gmail.com> wrote:
Is there a reason there is no Ord instance for Data.Data.Constr?
I want to use it as part of a key in a Map, and can't auto derive the instance as all the constructors are not in scope.
Alan
4202
Age (days ago)
4202
Last active (days ago)
1 comments
1 participants
participants (1)
-
Alan & Kim Zimmerman