mirror of
https://github.com/github/semantic.git
synced 2025-01-04 13:34:31 +03:00
remove unused runTypeErrorWith
This commit is contained in:
parent
40b0f51342
commit
1bbca41294
@ -3,7 +3,6 @@ module Data.Abstract.Type
|
||||
( Type (..)
|
||||
, TypeError (..)
|
||||
, runTypeError
|
||||
, runTypeErrorWith
|
||||
, unify
|
||||
) where
|
||||
|
||||
@ -72,8 +71,6 @@ instance Show1 TypeError where liftShowsPrec _ _ = showsPrec
|
||||
runTypeError :: Effectful m => m (Resumable TypeError ': effects) a -> m effects (Either (SomeExc TypeError) a)
|
||||
runTypeError = runResumable
|
||||
|
||||
runTypeErrorWith :: Effectful m => (forall resume . TypeError resume -> m effects resume) -> m (Resumable TypeError ': effects) a -> m effects a
|
||||
runTypeErrorWith = runResumableWith
|
||||
|
||||
|
||||
-- | Unify two 'Type's.
|
||||
|
Loading…
Reference in New Issue
Block a user