소스 검색

whoops deleted stray file

master
Thorn Avery 3 년 전
부모
커밋
c1c14a1fe9
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      split.hs

+ 0
- 6
split.hs 파일 보기

@@ -1,6 +0,0 @@
split :: Eq a => a -> [a] -> [[a]]
split _ [] = []
split d as = chunk : (split d rest)
where
chunk = takeWhile (/= d) as
rest = drop 1 $ dropWhile (/= d) as

불러오는 중...
취소
저장