1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 21:31:48 +03:00
This commit is contained in:
Rob Rix 2018-05-06 11:20:56 -04:00
parent d5586210c2
commit d5b5c8379e

View File

@ -76,6 +76,7 @@ type MonadEvaluatable location term value effects =
, Reducer value (Cell location value) , Reducer value (Cell location value)
) )
-- | An error thrown when we can't resolve a module from a qualified name. -- | An error thrown when we can't resolve a module from a qualified name.
data ResolutionError resume where data ResolutionError resume where
NotFoundError :: String -- ^ The path that was not found. NotFoundError :: String -- ^ The path that was not found.