G. Allais

Results 101 issues of G. Allais

I currently only support some basic functionalities. If we are happy with the design I'll add all of the categories we are currently using. I am open to renaming the...

addition
discussion
admin

At the moment we have: ```agda _≤_ : Rel A _ x ≤ y = (x < y) ⊎ (x ≈ y) ``` and ```agda data ReflClosure {A : Set...

refactoring
breaking
upstream
discussion

It is very unfortunate that as soon as you write `open RawMonad m` to be able to write some monadic code, you get a parse error on `case_return_of_`. I suggest...

library-design
deprecation

enhancement
language: forced pattern
implem: pattern-matching

Started as a "quick Saturday morning project" and still not finished tonight. Currently broken but we're getting there.

code: refactoring
implem: scope
language: fixity

I expect this is known but just for the sake of it, I thought I'd port [Chung Kil Hur](https://sympa.inria.fr/sympa/arc/coq-club/2010-01/msg00007.html)'s classic proof. ```idris module InjectiveTypeConstructors 0 ExcludedMiddle : Type ExcludedMiddle =...

discussion: design

TODO: * [ ] Correctness proofs (completeness + uniqueness) [I'm not planning to do this myself] * [ ] Examples * [ ] Use this for performance testing

enhancement
performance
library: papers

We are failing to highlight some forced patterns on the LHS of a with clause. Cf. `test` (broken) vs. `test'` (working). ```idris data View : Nat -> Type where S...

status: confirmed bug
language: with
ide: highlighting

* Do not steal the focus when opening the info buffer * Display the notes buffer if there are compiler warnings