Tesla Zhang‮

Results 828 comments of Tesla Zhang‮
trafficstars

First we need to be able to parse `\let x => 3` as an individual expression I gues

We have copatterns already, so it's about having coinduction.

Yes, but probably we should be more error tolerant? (This error is happened after a set of normal IDE operations, so it can happen to users as well)

Added error handling for this

``` java.lang.IllegalArgumentException: Too many implemented fields (expected 3): {A=a = a', contraction=Jl {A} {a} (\lam (x : A) => (=) (inv {A} {a} {a} (p a a) *> p a...

Maybe it's time to modularize Prelude?

No successful attempts so far

This is what I see: ![image](https://user-images.githubusercontent.com/16398479/94980403-ecec3d00-055b-11eb-85fa-76fff6bd6059.png) Is that because you've fixed it?

![image](https://user-images.githubusercontent.com/16398479/94980411-01c8d080-055c-11eb-9ed1-0b9e07459216.png)

Source code: ```arend \func wow {U : \Type} {T : U -> \Type} (A B : U) (a : T A) (b : T B) : Nat => zero \func...