mirror of
https://github.com/github/semantic.git
synced 2025-01-03 21:16:12 +03:00
Stub in functions to render to DOT.
This commit is contained in:
parent
d880f22964
commit
4ef26933dc
@ -1 +1,11 @@
|
|||||||
module Rendering.DOT where
|
module Rendering.DOT where
|
||||||
|
|
||||||
|
import qualified Data.ByteString as B
|
||||||
|
import Data.Diff
|
||||||
|
import Data.Term
|
||||||
|
|
||||||
|
renderDOTDiff :: Diff syntax ann1 ann2 -> B.ByteString
|
||||||
|
renderDOTDiff _ = ""
|
||||||
|
|
||||||
|
renderDOTTerm :: Term syntax ann -> B.ByteString
|
||||||
|
renderDOTTerm _ = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user