-
cmmi10 font is from Bakoma Tex project. Licensing terms are not clear. May not be free.
-
We’d like to be able to aggressively optimize languages by applying certain equalities to reduce the term tree. However, you can’t in general do optimizations (or more broadly, analyses) of languages …
-
Hey everyone! I’m Matija Marjanovic, a senior computer science student from Belgrade. I’m super excited to jump into the gno.land community and see where this journey takes me!
I’ve been diving int…
-
Hi
Yolox is more accurate and is being increasingly used in computer vision so I request that you please make native yolox support also along with updated benchmarks.
-
Types, functions, etc.
-
It would be great if there could be just a small example of usage, how do create a script and then run it. It would also be great with some guidance how on how the usages of the freer monad differs fr…
-
The following minimized script raises a pre-typing anomaly. It seems universe-related because removing the `@{u}` constraint on the parameter `T` of `id` (letting it float as a new universe variable) …
-
freer.subzero-checker.xyr
-
Hi!
I'm trying to install your `freeR` package and having an issue because the `FishLife` dependency is not on CRAN.
When I run the following:
`devtools::install_github("cfree14/freeR")`
I …
-
I didnt find this function in https://hackage.haskell.org/package/freer
but it was in a paper "Freer Monads, More Extensible Effects" http://okmij.org/ftp/Haskell/extensible/more.pdf
it allows `…