hhu-stups / pyB

pyB
6 stars 0 forks source link

Function expressions need better test coverage #29

Open JonnyWalker opened 10 years ago

JonnyWalker commented 10 years ago

There are various types of function expressions. f(x) f~(x), proj1(S,T)(x) {(x,y)}(x) ect.. the interpreter and type checker code needs to be tested for all these kinds.