-
Notifications
You must be signed in to change notification settings - Fork 0
/
author.mli
29 lines (19 loc) · 979 Bytes
/
author.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
(** CS 3110 Fall 2020 MS Project
@author pjf73 crf85 dea79*)
(************************************************************
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