1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

Stub in a patch rendering function.

This commit is contained in:
Rob Rix 2015-12-17 17:22:53 -05:00
parent f41c154b76
commit f17df18b63

View File

@ -1,2 +1,6 @@
module PatchOutput where module PatchOutput where
import Diff
patch :: Diff a Info -> String -> String -> String
patch _ _ _ = ""