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:
parent
f41c154b76
commit
f17df18b63
@ -1,2 +1,6 @@
|
|||||||
module PatchOutput where
|
module PatchOutput where
|
||||||
|
|
||||||
|
import Diff
|
||||||
|
|
||||||
|
patch :: Diff a Info -> String -> String -> String
|
||||||
|
patch _ _ _ = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user