shithub: MicroHs

Download patch

ref: a0250a64c0c22bd1c630f3d0d03abf082b84da37
parent: 817c8c561beab73347c1f9783123a719ec1dadcd
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Sep 11 18:40:49 EDT 2024

Export function

--- a/lib/Data/List.hs
+++ b/lib/Data/List.hs
@@ -10,7 +10,7 @@
   mapAccumL, mapAccumR,
   iterate, iterate', repeat, replicate, cycle,
   unfoldr,
-  take, drop, splitAt, takeWhile, takeWhileEnd, dropWhile, dropWhileEnd, span, break, splitWith,
+  take, drop, splitAt, takeWhile, takeWhileEnd, dropWhile, dropWhileEnd, span, spanUntil, break, splitWith,
   stripPrefix, stripSuffix, group, inits, tails,
   isPrefixOf, isSuffixOf, isInfixOf, isSubsequenceOf,
   elem, notElem, lookup,
--