How to know which module my library belongs to ?

Hello, I am writing a finite element method (FEM) library. Nothing serious at the moment, this is my home project to help me learn Haskell and add my stone to the community, as I did not find such a library. For the JSON library, in the folder of the library, there are some files for the licence and cabal, a directoy for the tests and a directory Text, in which there is the directory JSON and the file JSON.hs. I don't know which module should be the parent of my library. I think it is in Mathematics and Physics, like MEEPS for example, but I prefer to ask here to be sure. Many thanks in advance, Adrien

Le 09/06/2011 22:49, Adrien Haxaire a écrit :
I don't know which module should be the parent of my library. I think it is in Mathematics and Physics, like MEEPS for example, but I prefer to ask here to be sure.
Just to clarify one thing: by Mathematics and Physics I meant Numeric. So my library will be contained in a directory Numeric. Is it the right thing to do? Best regards, Adrien
participants (1)
-
Adrien Haxaire