-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.mli
40 lines (28 loc) · 1.39 KB
/
authors.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
(** CS 3110 Spring 2021 Final Project
@author Michael Maitland, mtm68
Dina Brustein, db676
Patrick Lyons, pml84
Meryl Ye, may43 *)
(************************************************************
Academic Integrity Statement
We, the people named in the @author comment above, have fully reviewed the
course academic integrity policies. We have adhered to those policies in
solving the assignment.
The policies do permit some limited collaboration among students currently
enrolled in the course. If we did engage in such collaboration, here is the
list of other students with whom we collaborated, and a brief summary of that
collaboration:
- none
Here are any deviations from the policies that we want to document, with the
understanding that being honest about our mistakes is more honorable than
lying about our intellectual work:
- none
We acknowledge that the partner collaboration policy requires all work to be
done together. Both partners are equally responsible for the entire
submission. It is against that policy to split up the work. But if we did
violate that policy, here is how we split up the work:
- N/A
************************************************************)
(** [hours_worked] is a list of the number of hours each team member
worked on this assignment. *)
val hours_worked : int list