1
1
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:
Rob Rix 2017-12-06 08:58:06 -07:00
parent d880f22964
commit 4ef26933dc

View File

@ -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 _ = ""