Functions for splitting lists
#1SafeHaskell
I'd like to import safe Data.List.Split
but this fails telling me it's an Unsafe module. Could it perhaps be marked Trustworthy?
- status set to closed
Nevermind, seems I was using an old split package and the latest version is inferred Safe.