mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Fix otiose parts of the diff.
This commit is contained in:
parent
acb4ac18c3
commit
6a65fc0bc0
@ -103,7 +103,6 @@ convergingModules recur m = do
|
||||
-- would never complete). We don’t need to use the values, so we 'gather' the
|
||||
-- nondeterministic values into @()@.
|
||||
withOracle prevCache (gatherM (const ()) (recur m)))
|
||||
|
||||
TermEvaluator (address =<< runTermEvaluator (maybe empty scatter (cacheLookup c cache)))
|
||||
|
||||
-- | Iterate a monadic action starting from some initial seed until the results converge.
|
||||
|
@ -1,7 +0,0 @@
|
||||
require './target'
|
||||
|
||||
def go()
|
||||
"done"
|
||||
end
|
||||
|
||||
go()
|
@ -1,3 +0,0 @@
|
||||
barf()
|
||||
|
||||
def foo(); end
|
Loading…
Reference in New Issue
Block a user