mirror of
https://github.com/github/semantic.git
synced 2024-12-13 03:15:45 +03:00
Remove comments
This commit is contained in:
parent
cf36fa6685
commit
3dfc8f51a9
@ -273,13 +273,6 @@ runFunction = interpret $ \case
|
||||
_ :-> ret -> box ret
|
||||
actual -> throwTypeError (UnificationError needed actual) >>= box
|
||||
|
||||
var a, b, d, c;
|
||||
a = 1
|
||||
b = 1
|
||||
d = 1
|
||||
c = 1
|
||||
foo(a, b, c)
|
||||
|
||||
runBoolean :: ( Member NonDet effects
|
||||
, Member (Reader ModuleInfo) effects
|
||||
, Member (Reader Span) effects
|
||||
|
Loading…
Reference in New Issue
Block a user