
19 Jul
2010
19 Jul
'10
10:51 a.m.
On Sun, 18 Jul 2010 12:02:39 -0700, Carter Schonwald
nope, I was suggesting rather: ./A.hs has module A which has an import A.B line ./A/ has B.hs with module A.B which imports A.B.C /C which has module A.B.C in file C.hs
I think this scenario should work .... -carter
It's an interesting proposal, but unfortunately there's the possibility of an n:1 mapping between parent directory and child. This would make using ".." against the current working directory potentially non-deterministic, and removing lower elements from an absolute path wouldn't necessarily get you back to the directory where A.hs lived either. -- -KQ