aboutsummaryrefslogtreecommitdiff
path: root/lib/basic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/basic.ml')
-rw-r--r--lib/basic.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/basic.ml b/lib/basic.ml
index 76b6863..94838ab 100644
--- a/lib/basic.ml
+++ b/lib/basic.ml
@@ -1,3 +1,2 @@
let array_drop n arr =
if Array.length arr < n then [||] else Array.sub arr n (max (Array.length arr - n) 0)
-