mirror of
https://github.com/osmarks/random-stuff
synced 2026-07-30 15:38:56 +00:00
remove test code
This commit is contained in:
@@ -26,11 +26,6 @@ instance Semigroup SString where
|
||||
| otherwise = go xs (P x:N y:ys)
|
||||
go (x:xs) acc = go xs (x:acc)
|
||||
|
||||
concat' [] [] = []
|
||||
concat' [] ys = ys
|
||||
concat' xs [] = xs
|
||||
concat' (x:xs) ys = x:concat' xs ys
|
||||
|
||||
instance Monoid SString where
|
||||
mempty = SString []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user