mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
remove commented out diffRecursively
This commit is contained in:
parent
32055efa42
commit
1ca518ca62
@ -49,10 +49,3 @@ diffWithParser :: (HasField fields Data.Span.Span,
|
||||
diffWithParser parser = run (\ blob -> parse parser blob >>= decorate (declarationAlgebra blob))
|
||||
where
|
||||
run parse sourceBlobs = distributeFor sourceBlobs parse >>= runBothWith (diffTermPair sourceBlobs diffTerms)
|
||||
|
||||
-- diffRecursively :: (Declaration.Method :< fs, Declaration.Function :< fs, Apply Eq1 fs, Apply GAlign fs, Apply Show1 fs, Apply Foldable fs, Apply Functor fs, Apply Traversable fs, Apply Diffable fs)
|
||||
-- => Term (Union fs) (Record fields1)
|
||||
-- -> Term (Union fs) (Record fields2)
|
||||
-- -> Diff (Union fs) (Record fields1) (Record fields2)
|
||||
-- diffRecursively = decoratingWith constructorNameAndConstantFields constructorNameAndConstantFields (diffTermsWith algorithmForTerms comparableByConstructor equivalentTerms)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user