Relative Content

Tag Archive for haskell

Types conversion from one package to other

I’m starting with Haskell in a RSA crypto project.
Digging in hackage I found two different packages to achieve my objective. The problem is that each package has its own version of the same type. (Same name and same fields)

GenProg for Haskell

I am linking to a similar question in which the person seemed to get it working. However, with the instructions I have followed nothing seems to work to get Haskell running.