1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

SES.Myers

Stub in a module for Myers’ algorithm.
This commit is contained in:
Rob Rix 2017-03-09 10:10:13 -05:00
parent cf390cdfba
commit 93b9e285c2
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ library
, Renderer.TOC
, SemanticDiff
, SES
, SES.Myers
, Source
, SourceSpan
, SplitDiff

1
src/SES/Myers.hs Normal file
View File

@ -0,0 +1 @@
module SES.Myers where