1
1
mirror of https://github.com/github/semantic.git synced 2025-01-05 14:11:33 +03:00

s/files/blobs

This commit is contained in:
joshvera 2016-07-29 12:24:12 -04:00
parent 4493751dd7
commit 87c4c20b4d

View File

@ -5,7 +5,7 @@ import Data.Functor.Both
import Diff
import Source
-- | A function that will render a diff, given the two source files.
-- | A function that will render a diff, given the two source blobs.
type Renderer annotation = Diff Text annotation -> Both SourceBlob -> Text
data DiffArguments = DiffArguments { format :: Format, output :: Maybe FilePath, outputPath :: FilePath }