1
0
forked from GitHub/gf-core

Fix wrong indent

This commit is contained in:
Andreas Källberg
2020-09-05 20:45:08 +02:00
parent 57c1014e9f
commit 2b23e0f27e

View File

@@ -73,8 +73,7 @@ instance Monad (BacktrackM s) where
where unBM (BM m) = m
#if !(MIN_VERSION_base(4,13,0))
-- Monad(fail) will be removed in GHC 8.8+
fail = Fail.fail
fail = Fail.fail
#endif
instance Fail.MonadFail (BacktrackM s) where