-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.mli
31 lines (21 loc) · 1.03 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
(** CS 3110 Spring 2021 Final Project
@author Jacob Kerr (jck268)
@author Mitchell Gray (meg346)
@author Jackson Prybil (jrp375) *)
(************************************************************
Academic Integrity Statement
I, the person named in the @author comment above, have fully reviewed the
course academic integrity policies. I have adhered to those policies in
solving the assignment.
The policies do permit some limited collaboration among students currently
enrolled in the course. If I did engage in such collaboration, here is the
list of other students with whom I collaborated, and a brief summary of that
collaboration:
- none
Here are any deviations from the policies that I want to document, with the
understanding that being honest about my mistakes is more honorable than
lying about my intellectual work:
- none
************************************************************)
(** [hours_worked] is the number of hours you worked on this assignment. *)
val hours_worked : int