ya, you are right. my program doesn't print anything. When I added
Printf.printf it worked. Now I am clear. thank you very much. (I am new to
OCaml).
Best Regards,
Srikanth Vaindam
On Sun, Apr 29, 2012 at 10:28 AM, Gabriel Kerneis wrote:
> Le 28.04.2012 16:24, srikanth vaindam a écrit :
> >
Le 28.04.2012 16:24, srikanth vaindam a écrit :
> how do we see the results of the modules.?
Are you sure they output anything at all (using Printf.printf or
Errormsg.log for instance)?
Best,
--
Gabriel
--
Live Securit
this problem is solved. in main.ml I added "simpletest.feature;". when I
captilized the s in "simpletest.feature" it compiled well.
(Simpletest.feature).
Best Regards,
Srikanth Vaindam
On Fri, Apr 27, 2012 at 10:02 PM, srikanth vaindam <
srikanth.vain...@gmail.com> wrote:
> I have an OCaml p