1
1
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:
Patrick Thomson 2018-07-13 12:10:17 -04:00
parent acb4ac18c3
commit 6a65fc0bc0
3 changed files with 0 additions and 11 deletions

View File

@ -103,7 +103,6 @@ convergingModules recur m = do
-- would never complete). We dont 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.

View File

@ -1,7 +0,0 @@
require './target'
def go()
"done"
end
go()

View File

@ -1,3 +0,0 @@
barf()
def foo(); end