Nils Anders Danielsson

Results 325 comments of Nils Anders Danielsson

Bisection points to 47358b362129b6848ec9d6ea57c626e321ffb261 ("[ #3435 ] postpone instance constraints while checking applications").

That file is easy to fix, just replace ```agda cong (_ ,_) (trans (sym $ subst-refl _ _) (subst-refl _ _)) ≡⟨ cong (cong _) (trans-symˡ _) ⟩ ``` with...

An aside: If I turn on `--no-syntactic-equality`, then there are unsolved constraints in many type signatures in that file. The option is described as a shortcut, and I thought that...

I opened a new ticket for the issue with `--no-syntactic-equality` (#4265).

Is it time to go ahead with this change now? Here is another test case: ```agda {-# OPTIONS --cubical #-} open import Agda.Builtin.Cubical.Path postulate trans : {A : Set} {x...

I'm trying to merge the master branch into the issue4067 branch.

@vlopezj, how would Tog handle this situation?

I'm not convinced that it makes sense to fix this issue by making constraint solving less robust. However, I do think it makes sense to preserve user-written code. Is it...

> I'm trying to merge the master branch into the issue4067 branch. Done.

I saw that `cubical-test` fails for the `issue4067` branch. (I failed to notice this before pushing because the test was not set up properly, but I have fixed that on...