warnings unused var

This commit is contained in:
Daneel Yaitskov 2020-05-09 16:29:48 -07:00
parent e07fff4f39
commit 129580e091

View File

@ -86,7 +86,7 @@ interpretLangF coreRt (L.GetSqlDBConnection cfg next) = do
$ next $ Left $ D.DBError D.ConnectionDoesNotExist $ next $ Left $ D.DBError D.ConnectionDoesNotExist
$ "Connection for " <> show connTag <> " not found." $ "Connection for " <> show connTag <> " not found."
interpretLangF _ (L.ThrowException exc next) = throwIO exc interpretLangF _ (L.ThrowException exc _) = throwIO exc
interpretLangF coreRt (L.RunSafely act next) = do interpretLangF coreRt (L.RunSafely act next) = do
eResult <- try $ runLangL coreRt act eResult <- try $ runLangL coreRt act