1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 05:58:34 +03:00
This commit is contained in:
Timothy Clem 2019-04-15 12:57:36 -07:00
parent 834de443d3
commit 5de5e1d367

View File

@ -92,7 +92,6 @@ data FilesArg
= FilesFromHandle (Handle 'IO.ReadMode)
| FilesFromPaths [File]
| FilesFromGitRepo FilePath Git.OID [FilePath]
-- TODO: Use excludes ^ to filter what we read from the git repo
-- | A task which reads a list of 'Blob's from a 'Handle' or a list of 'FilePath's optionally paired with 'Language's.
readBlobs :: (Member Files sig, Carrier sig m, MonadIO m) => FilesArg -> m [Blob]