Skip to content

Commit 1f0dcc5

Browse files
committed
dcic2024.arr: provide string-{get-index,find{,-index,-opt}} from global
1 parent 6bc74c5 commit 1f0dcc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/web/arr/trove/dcic2024.arr

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import statistics as S
1616
# import lists as L
1717
import sets as ST
1818
import constants as C
19+
import global as G
1920

2021
provide:
2122
get-row,
@@ -54,6 +55,13 @@ provide from C:
5455
E
5556
end
5657

58+
provide from G:
59+
string-find-index,
60+
string-find-opt,
61+
string-find,
62+
string-get-index,
63+
end
64+
5765
# ----------- TABLE FUNCTIONS -----------
5866
#| NOTE: type information commented out because it was causing the autograder to error.
5967
is there a reason that type info is on a separate line for each function? |#

0 commit comments

Comments
 (0)