RlpcError -> IsRlpcError

This commit is contained in:
crumbtoo
2024-01-21 11:53:41 -07:00
parent f47f325e34
commit 257d02da87
4 changed files with 13 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ data TypeError
deriving (Show, Eq)
-- TODO:
instance RlpcError TypeError where
instance IsRlpcError TypeError where
-- | Synonym for @Errorful [TypeError]@. This means an @HMError@ action may
-- throw any number of fatal or nonfatal errors. Run with @runErrorful@.