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

@@ -199,10 +199,10 @@ data ParseError = ParErrLexical String
deriving Show
-- TODO:
instance RlpcError SrcError where
instance IsRlpcError SrcError where
-- TODO:
instance RlpcError ParseError where
instance IsRlpcError ParseError where
alexEOF :: Alex (Located CoreToken)
alexEOF = Alex $ \ st@(AlexState { alex_pos = AlexPn _ y x }) ->