Unification of PolyTypeable TypeReps ?

30 May
2012
30 May
'12
8:27 a.m.
Hi haskell-cafe In my current project I'm working with type representations created with PolyTypeable, and it turns out that given two type representations I need to find out if they are unifiable. I've looked at polytypeable-utils and see that they have some functions for substituting/applying/free vars, but it doesn't seem like a full solution for what I need. So my question is: is there a library to do this? is there a known way to transform the TypeRep's to make them more amenable to other unification libraries. I noticed that in GHC-api there is an unification library, and that there is also unification-fd. I wanted to ask here first in case someone can point me to the right direction. Thanks! -- Ismael
4739
Age (days ago)
4739
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ismael Figueroa Palet