Skip to content

Commit

Permalink
Export ContextDiff and Hunk from Data.Algorithm.DiffContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ddssff committed Nov 3, 2024
1 parent ff71c2b commit 9442303
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/Algorithm/DiffContext.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
-- Generates a grouped diff with merged runs, and outputs them in the manner of diff -u
-----------------------------------------------------------------------------
module Data.Algorithm.DiffContext
( getContextDiff
( ContextDiff, Hunk
, getContextDiff
, prettyContextDiff
, prettyContextDiffOld
, getContextDiffNumbered
Expand Down

0 comments on commit 9442303

Please sign in to comment.