Rewrite with unless for convenince while debuging (unless is imported)

This commit is contained in:
Iavor Diatchki 2022-06-09 10:55:11 -07:00
parent be27abb84d
commit 2a8391d02e

View File

@ -457,7 +457,7 @@ checkModule isrc path m = do
{-
-- dump renamed
when (thing (mName (R.rmModule renMod)) /= preludeName)
unless (thing (mName (R.rmModule renMod)) == preludeName)
do (io $ print (T.pp renMod))
-- io $ exitSuccess
-}