-
## Description
Hi, I'd like to add a blog on "Gratitude and Positivity" in the blogs section in Power of Knowledge.
Please assign it to me under SWOC'24.
-
```aya
data Dead : Set
open data Zaoqi (A : Type)
| essentially (A -> Dead)
open data Cat : Type
| meow : (Zaoqi Cat) → Cat
def catIsDead : Cat → Dead
| meow (essentially f) => f (meow (e…
-
Hi @wesselb,
If I am getting it right, Varz handles positivity constraints with `exp(x)` transformation which could be explosive for large values. How about adding more stable transformations for p…
-
Some extensions for the `positivity` tactic deal with more advanced mathematics, and are implemented in-place in the library as the concepts are defined. Others deal with basic mathematics and in mat…
-
Hello,
The positivity preserving feature `PositivityPreservingLimiterZhangShu` does not seem to work for `GaussSBP()` with the time stepper `SSPRK43()` or ` CarpenterKennedy2N54`
1D Compressibl…
-
I am interested in seeing what happens when all positivity requirements are turning off, however removing all reference to it in the input card seems to crash things, i.e. it seems to need at least on…
-
I'm wondering if it would be possible to add a flag which allows types like the following, which are positive (but not strictly positive):
```agda
record _↬_ (A : Type a) (B : Type b) : Type (a ℓ⊔…
oisdk updated
3 years ago
-
Agda rejects the definition of `TernRel` below with the following error message:
TernRel is not strictly positive, because it occurs
in the first argument to N.UniRel
in the first cla…
-
https://arxiv.org/abs/2005.06268
Another cool one @ranocha !
-
A program checked with %default total is type checking when it probably shouldn't.
# Steps to Reproduce
The [gist](https://gist.github.com/donovancrichton/9c2db6156949979985c7d010454b9e22).
w…