tuckergs

Results 1 issues of tuckergs

For example, the following errors: ``` f alpha = [codo| ((x,_),g) => extract x - alpha*extract g|] ``` The following compiles just fine: ``` f alpha = [codo| ((x,dontcare),g) =>...