1
1
mirror of https://github.com/github/semantic.git synced 2025-01-08 16:39:47 +03:00

Export SummarizeDiff & the parsers.

This commit is contained in:
Rob Rix 2019-10-17 13:50:12 -04:00
parent 93be1bc1a4
commit 30872c822f
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -3,6 +3,8 @@ module Semantic.Api.TOCSummaries
( diffSummary
, legacyDiffSummary
, diffSummaryBuilder
, SummarizeDiff(..)
, summarizeDiffParsers
) where
import Analysis.Decorator (decoratorWithAlgebra)