Merge branch 'Umur-reducer-dev' into reducer-dev
This commit is contained in:
commit
27cdb5fbda
|
@ -70,4 +70,5 @@ describe("function trics", () => {
|
|||
testEvalToBe("f(x)=f(y)=2; f(2)", "Ok({f: lambda(y=>internal code),x: 2})")
|
||||
testEvalToBe("y=2;g(x)=y+1;g(2)", "Ok(3)")
|
||||
testEvalToBe("y=2;g(x)=inspect(y)+1", "Ok({g: lambda(x=>internal code),y: 2})")
|
||||
MySkip.testEvalToBe("f(x) = x(x); f(f)", "????") // TODO: Infinite loop. Any solution? Catching proper exception or timeout?
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue
Block a user