-
## Description
In JupyterLab 4.2.x, there seems to be a minor UX regression when using the cell toolbar or keyboard shortcut to add a cell (below or above).
In 4.1.x, pressing "ESC" to en…
-
(spotted by locria)
# Steps to Reproduce
```idris
f : (0 x : (a,b)) -> Nat
f x =
let 0 (u,v) = x in
0
```
# Expected Behavior
Type-check fine, with `0 u : a` and `0 v : b` in scope …
-
**rust-analyzer version**: 5fae65dd2 2022-03-07 stable
**rustc version**: rustc 1.58.0 (02072b482 2022-01-11)
**relevant settings**: none
## Overview
First, some easy to follow screenshot…
mimoo updated
2 years ago
-
#### Version
8.8+alpha
#### Description of the problem
I would like something like this to work:
```coq
Goal True.
let c := constr:((fun (v : nat) => (v + v) * (v + v))%nat) in
lazyma…
-
#### Description of the problem
I would expect all of the following to succeed, but only the first one does. Further, the last error message contains `_UNBOUND_REL_3`. This is a minimized examp…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3445
From: @JasonGross
Reported version: 8.5
CC: @silene
See also: [BZ#4231](https://github.com/coq/coq/issu…
-
Is there a way to get all rewrite RULES that GHC would normally apply to fire before HERMIT's REPL starts running? Or is there a HERMIT command that would do something along those lines (to fire all R…
-
give me thie error
ERROR: Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] And…
-
I'm using `HSubst` in a case where the outer type doesn't have variables of its own (first-order logic; terms are a separate type, variables are bound by quantifiers in the props). I want to derive `H…
-
```
replace_subtree(parent, path_to_child, Const(0.0), lambda *_: if_node.t_body)
```
This `Const(0.0)` is grotty. We should at least allow "None" to be passed.
Ideally, we should be able to m…