-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the structure of directories is not clear #565
Comments
@deemp please, check |
@yegor256, the package.yaml and eo-phi-normalizer.cabal pretty much describe which directories contain files for which parts of the Haskell project. The structure of The structure of a |
@deemp looks good, but where can I find information about the |
@yegor256, as follows from The modules from The modules must start with a capital letter (https://en.wikibooks.org/wiki/Haskell/Modules) and their names are mapped to paths to these modules. We decided to group some modules under Here's how we import one of these modules:
|
@deemp maybe at least a quick intro you can add to the README? Now the project looks very "cold" to a stranger. Of course, a qualified Haskell developer will figure everything out, but others... |
It would be very helpful if you explain the entire tree of the directory in this file: https://github.com/objectionary/eo-phi-normalizer/blob/master/eo-phi-normalizer/README.md As it looks now, the are not conventions in Haskell world (or I don't know them), which would be obviously followed in this repo. It's hard to understand the meaning, for example, of
test/Test
directory (why "test" twice?).The text was updated successfully, but these errors were encountered: