Advertisement
Guest User

Untitled

a guest
Apr 7th, 2017
1,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. portable:ocamlftvb dan$ corebuild lib/ch3.native
  2. + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -I lib -o lib/ch3.cmo lib/ch3.ml
  3. File "lib/ch3.ml", line 2, characters 8-17:
  4. Warning 32: unused value factorial.
  5. + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -I lib -o lib/ch3.cmx lib/ch3.ml
  6. File "lib/ch3.ml", line 2, characters 8-17:
  7. Warning 32: unused value factorial.
  8. Finished, 4 targets (0 cached) in 00:00:00.
  9. portable:ocamlftvb dan$ corebuild lib/ch4.native
  10. + ocamlfind ocamlc -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -I lib -o lib/ch4.cmo lib/ch4.ml
  11. File "lib/ch4.ml", line 51, characters 4-54:
  12. Warning 8: this pattern-matching is not exhaustive.
  13. Here is an example of a case that is not matched:
  14. []
  15. File "lib/ch4.ml", line 59, characters 4-50:
  16. Warning 8: this pattern-matching is not exhaustive.
  17. Here is an example of a case that is not matched:
  18. []
  19. File "lib/ch4.ml", line 8, characters 8-14:
  20. Warning 32: unused value length.
  21. File "lib/ch4.ml", line 11, characters 4-6:
  22. Warning 27: unused variable hd.
  23. File "lib/ch4.ml", line 14, characters 8-14:
  24. Warning 32: unused value length.
  25. File "lib/ch4.ml", line 23, characters 4-6:
  26. Warning 27: unused variable hd.
  27. File "lib/ch4.ml", line 60, characters 6-8:
  28. Warning 27: unused variable hd.
  29. File "lib/ch4.ml", line 66, characters 5-7:
  30. Warning 27: unused variable hd.
  31. File "lib/ch4.ml", line 67, characters 4-6:
  32. Warning 27: unused variable hd.
  33. File "lib/ch4.ml", line 70, characters 8-18:
  34. Warning 32: unused value count_true.
  35. + ocamlfind ocamlopt -c -w A-4-33-40-41-42-43-34-44 -strict-sequence -g -bin-annot -short-paths -thread -package core -ppx 'ppx-jane -as-ppx' -I lib -o lib/ch4.cmx lib/ch4.ml
  36. File "lib/ch4.ml", line 51, characters 4-54:
  37. Warning 8: this pattern-matching is not exhaustive.
  38. Here is an example of a case that is not matched:
  39. []
  40. File "lib/ch4.ml", line 59, characters 4-50:
  41. Warning 8: this pattern-matching is not exhaustive.
  42. Here is an example of a case that is not matched:
  43. []
  44. File "lib/ch4.ml", line 8, characters 8-14:
  45. Warning 32: unused value length.
  46. File "lib/ch4.ml", line 11, characters 4-6:
  47. Warning 27: unused variable hd.
  48. File "lib/ch4.ml", line 14, characters 8-14:
  49. Warning 32: unused value length.
  50. File "lib/ch4.ml", line 23, characters 4-6:
  51. Warning 27: unused variable hd.
  52. File "lib/ch4.ml", line 60, characters 6-8:
  53. Warning 27: unused variable hd.
  54. File "lib/ch4.ml", line 66, characters 5-7:
  55. Warning 27: unused variable hd.
  56. File "lib/ch4.ml", line 67, characters 4-6:
  57. Warning 27: unused variable hd.
  58. File "lib/ch4.ml", line 70, characters 8-18:
  59. Warning 32: unused value count_true.
  60. Finished, 4 targets (0 cached) in 00:00:00.
  61. portable:ocamlftvb dan$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement