mirror of
https://github.com/github/semantic.git
synced 2025-01-06 23:46:21 +03:00
Done
This commit is contained in:
parent
834de443d3
commit
5de5e1d367
@ -92,7 +92,6 @@ data FilesArg
|
|||||||
= FilesFromHandle (Handle 'IO.ReadMode)
|
= FilesFromHandle (Handle 'IO.ReadMode)
|
||||||
| FilesFromPaths [File]
|
| FilesFromPaths [File]
|
||||||
| FilesFromGitRepo FilePath Git.OID [FilePath]
|
| 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.
|
-- | 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]
|
readBlobs :: (Member Files sig, Carrier sig m, MonadIO m) => FilesArg -> m [Blob]
|
||||||
|
Loading…
Reference in New Issue
Block a user