From 1f0dcc5fc4200e290af316f8ed5494ba8b2e350e Mon Sep 17 00:00:00 2001 From: Dorai Sitaram Date: Mon, 29 Sep 2025 15:31:40 -0400 Subject: [PATCH] dcic2024.arr: provide string-{get-index,find{,-index,-opt}} from global --- src/web/arr/trove/dcic2024.arr | 8 ++++++++ 1 file changed, 8 insertions(+) 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? |#