(GHC) Boot files and instance declarations
2 May
2006
2 May
'06
8:36 p.m.
Hi all. A quick bootfiles question. The GHC docs specify not to put instance decls in bootfiles. However, what if i need to? For example, say I have a module A where I'm importing a module B with the {-# SOURCE #-} pragma. Module A needs to know that the types in module B are instances of some typeclasses (instance declarations for which are given in module B). How would I manage this? Thanks in advance. -- -David House, dmhouse@gmail.com, http://xmouse.ithium.net
7422
Age (days ago)
7422
Last active (days ago)
0 comments
1 participants
participants (1)
-
David House