mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +03:00
🔥 a redundant comment.
This commit is contained in:
parent
f6c8cd81da
commit
d7ab1d017e
@ -11,7 +11,6 @@ data AlgorithmF
|
||||
f -- ^ The type representing another level of the diffing algorithm. Often Algorithm.
|
||||
-- | Recursively diff two terms and pass the result to the continuation.
|
||||
= Recursive (Term a annotation) (Term a annotation) (Diff a annotation -> f)
|
||||
-- | Diff two dictionaries and pass the result to the continuation.
|
||||
-- | Diff two arrays and pass the result to the continuation.
|
||||
| ByIndex [Term a annotation] [Term a annotation] ([Diff a annotation] -> f)
|
||||
| ByRandomWalkSimilarity [Term a annotation] [Term a annotation] ([Diff a annotation] -> f)
|
||||
|
Loading…
Reference in New Issue
Block a user