Replies: 1 comment
-
You can define multiple modules in a single file so you can define your own module in the src/campaign.ml. We require you not to fix the directory structure for grading and plagiarism check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: 장봉준
I find it somewhat limited to implement a fuzzer in just
coverage.ml
.I want to implement more complex structure using OCaml's functor.
To do so, adding more modules in separate files to the codebase is preferable.
However, the document says I can't change the directory structure.
But, still, I'm not going to edit the given code.
Can I do this?
I made some changes to the
dune
build script. And everything is working OK.Beta Was this translation helpful? Give feedback.
All reactions