Skip to content
Snippets Groups Projects
Commit b248a1b4 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Add newline to the end of Control/Monad/Zip.hs

Fixes problems in some configurations (old versions of cpp?).
parent 39362c2b
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,4 @@ class Monad m => MonadZip m where
instance MonadZip [] where
mzip = zip
mzipWith = zipWith
munzip = unzip
\ No newline at end of file
munzip = unzip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment