-
This is my first attempt at using `shake`, but I'd like to be able to declare dependencies on multiple different types in `apply`. Something like the following (assuming `ShakeValue` is rewritten to b…
sheaf updated
3 years ago
-
I've been playing around with slickless for the past few days. I'm particularly interested in getting extensible records to work with slick. A "record projection" would be a nice feature IMHO. Either …
-
```
What steps will reproduce the problem?
1. Create two labels
2. Put in a list
3. Put in a HList
4. Allign that HList
5. Create other two labels
6. Put in another list
7. Put in another HList
8. All…
-
Currently, Sphinx includes [the `hlist` directive](https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-hlist) which produces a bulleted list split into multiple colum…
-
There are some callbacks, like `mlist_to_hlist`, which are currently classified as `list` callbacks. Therefore multiple callbacks can be added there, even if they by definition can't compose. E.g. the…
-
TL 2024 on debian bookworm.
```
$ tlmgr info zugferd
package: zugferd
category: Package
shortdesc: ZUGFeRD and Faktur-X invoicing using LaTeX
longdesc: This package provides interf…
-
Type inference fails if an expression is directly assigned to a value but succeeds if the very same expression is first assigned to an intermediary value and then to the actual value.
## Comment…
-
```agda
open import Level using (Level; _⊔_; 0ℓ)
open import Data.Fin using (Fin; zero; suc)
open import Data.List as List using (List; []; _∷_)
open import Data.Nat using (ℕ; zero; suc)
open imp…
-
The idea is that when writing FFI calls to the Engine, one often ends up calling `anyMXArray` for most arguments in the argument list to get the type to agree (i.e., everything becomes `MAny`). Not on…
-
Since we have an isomorphism between HLists and records, if we expose the `List` type we can easily implement a `downcast` function to extend records with an HList. However, since the isomorphism is b…