diff --git a/src/web/arr/trove/dcic2024.arr b/src/web/arr/trove/dcic2024.arr index c2e600d4..cd358b71 100644 --- a/src/web/arr/trove/dcic2024.arr +++ b/src/web/arr/trove/dcic2024.arr @@ -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, @@ -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? |#