From 6825316011cb7475c32ba27bb8c0ff03edc18e75 Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Tue, 5 Nov 2019 14:31:16 -0800 Subject: [PATCH] Expose diffGraph again --- src/Semantic/Api/Diffs.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Semantic/Api/Diffs.hs b/src/Semantic/Api/Diffs.hs index 0f624ea53..55ff2b49b 100644 --- a/src/Semantic/Api/Diffs.hs +++ b/src/Semantic/Api/Diffs.hs @@ -4,6 +4,7 @@ module Semantic.Api.Diffs , DiffOutputFormat(..) , diffTerms + , diffGraph ) where import Analysis.ConstructorName (ConstructorName)