Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/web/arr/trove/dcic2024.arr
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import statistics as S
# import lists as L
import sets as ST
import constants as C
import global as G

provide:
get-row,
Expand Down Expand Up @@ -54,6 +55,13 @@ provide from C:
E
end

provide from G:
string-find-index,
string-find-opt,
string-find,
string-get-index,
end

# ----------- TABLE FUNCTIONS -----------
#| NOTE: type information commented out because it was causing the autograder to error.
is there a reason that type info is on a separate line for each function? |#
Expand Down