elsanussi-s-mneina / phonetics-modeling

trying to model facts of phonetics and phonemes in Haskell
MIT License
0 stars 0 forks source link

can reduce number of modules that need to be recompiled #24

Closed elsanussi-s-mneina closed 4 years ago

elsanussi-s-mneina commented 4 years ago

Dependencies could be improved. Currently all types are in one module which means that whenever that changes almost all code in the library has to be recompiled. Having all types in one module is no longer convenient. Choose a different way to divide the source code between modules so that much less of the source code needs to be recompiled.

elsanussi-s-mneina commented 4 years ago

Reason for closing: This is a duplicate of another issue.