Skip to content
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

filesystem functions #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

alkubaig
Copy link

I think these are the warnings associated with my changes

+ /usr/local/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src/typing -I src -I src/utils -I src/runtime -I src/parsing -o src/typing/exhaust.cmx src/typing/exhaust.ml File "src/typing/exhaust.ml", line 93, characters 22-231: Warning 8: this pattern-matching is not exhaustive. Here is an example of a case that is not matched: (In_channel _|Out_channel _) File "src/typing/exhaust.ml", line 99, characters 21-261: Warning 8: this pattern-matching is not exhaustive. Here is an example of a case that is not matched: (In_channel _|Out_channel _)

I am sorry I did not get to fix them
I added an example of using files in the examples directory

I also would not forget to mention that this work is adapted from what zigaLuksic helped me with. The read_file effect is written by him

Thanks,
Ghadeer

@matijapretnar matijapretnar force-pushed the master branch 3 times, most recently from cd18fa3 to 66fc774 Compare October 22, 2020 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant