Skip to content

Commit 0cbcdde

Browse files
committed
Change to a MonadFail BehaviorM instance as intended
1 parent 3dc85b1 commit 0cbcdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflex/Spider/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ instance Monad (BehaviorM x) where
979979
fail s = MonadFail.fail
980980
#endif
981981

982-
instance MonadFail (SpiderHost x) where
982+
instance MonadFail (BehaviorM x) where
983983
{-# INLINABLE fail #-}
984984
fail s = BehaviorM $ fail s
985985

0 commit comments

Comments
 (0)