-
Aa
-
I've been scratching my head over this this piece of code in the docs...
```haskell
data DropPrefixExp :: sym -> Exp sym
type instance Eval (DropPrefixExp sym) = DropPrefix sym
```
Why do I n…
-
I am trying the example using:
aifeynman.run_aifeynman("./example_data/", "example1.txt", 60, "14ops.txt", polyfit_deg=3, NN_epochs=500)
It runs and then fails with this error:
Checking for gen…
-
I seem to have messed up my symbols.
No amount of removing the Symbol directory followed by a .SYM DOWNLOAD command will fix the issue.
See screenshot ..
I could surely trace down my proble…
-
Split off from #7279
```agda
{-# OPTIONS --type-based-termination #-}
{-# OPTIONS --no-syntax-based-termination #-}
{-# OPTIONS --no-size-preservation #-}
open import Agda.Builtin.Nat
open i…
-
Because `$` is overloaded, I would expect an nnkClosedSymChoice to be returned.
### Example
```nim
import macros
macro dumpRepr(x: typed): untyped =
result = newLit(x.treeRepr & "\n")
echo…
-
```
#include
#include
#include
#include
#define NO_KEYWORDS 6
#define ID_LENGTH 12
enum tsymbol{
tnull = -1, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11,
s20, s21, snumber, s…
tncks updated
1 month ago
-
Follow up from #8719
Enums hold `sym`, `tparams`, and a `tpe` (and other things not relevant here).
Some examples:
- `enum Option[t] { .. }`, `sym = Option`, `tparams = List(t)`, `tpe = Option[…
-
All the examples of URI expressions (in the `README` and in the `examples` directory) show “simple” expressions where the object being encoded in the URI is a single dictionary containing only string …
-
### Description of the problem
The auto-generated proof term includes `Z.add_0_r` but the output of `debug auto` does not.
### Small Rocq / Coq file to reproduce the bug
```coq
Require Import ZArit…