1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Explicitly list the exports.

This commit is contained in:
Rob Rix 2017-12-06 09:42:08 -07:00
parent 0e4f3cfb56
commit dde473abd1

View File

@ -1,4 +1,7 @@
module Rendering.DOT where
module Rendering.DOT
( renderDOTDiff
, renderDOTTerm
) where
import Analysis.ConstructorName
import Control.Applicative