We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc74c5 commit 1f0dcc5Copy full SHA for 1f0dcc5
src/web/arr/trove/dcic2024.arr
@@ -16,6 +16,7 @@ import statistics as S
16
# import lists as L
17
import sets as ST
18
import constants as C
19
+import global as G
20
21
provide:
22
get-row,
@@ -54,6 +55,13 @@ provide from C:
54
55
E
56
end
57
58
+provide from G:
59
+ string-find-index,
60
+ string-find-opt,
61
+ string-find,
62
+ string-get-index,
63
+end
64
+
65
# ----------- TABLE FUNCTIONS -----------
66
#| NOTE: type information commented out because it was causing the autograder to error.
67
is there a reason that type info is on a separate line for each function? |#
0 commit comments