forsyde / forsyde-deep

Other
1 stars 2 forks source link

[CLOSED] Introduce new FSDTypeRep type #29

Closed HWoidt closed 8 years ago

HWoidt commented 8 years ago

Issue by HWoidt Monday Feb 08, 2016 at 10:25 GMT Originally opened as https://gits-15.sys.kth.se/ingo/forsyde-deep/pull/29


Data.Typeable.FSDTypeRepLib implements a wrapper around haskells own Data.Typeable TypeRep/TyCon. This wrapper eliminates the package field of the type, thus making it possible to construct it from template haskell type objects.

This commit introduces the new type and changes all uses of the original TypeRep with the new FSDTypeRep. Among others this fixes #23

[23] https://gits-15.sys.kth.se/ingo/forsyde-deep/issues/23


HWoidt included the following code: https://gits-15.sys.kth.se/ingo/forsyde-deep/pull/29/commits