-
```
It is required to simplify polish postfix expressions – evaluate
functions, which have constants as their arguments, and replace these
functions with their result.
```
Original issue reported o…
-
```
It is required to simplify polish postfix expressions – evaluate
functions, which have constants as their arguments, and replace these
functions with their result.
```
Original issue reported o…
-
### Intro
I've been playing around with different approaches to efficiently computing Kronecker products, with particular interest in the cases where both input matrices are either covariance matrice…
-
Let `A` be a module that EXTENDS module `B` that happens to be in a library `L`. Library `L` is added to TLC's classpath in `Tlaplus > Java: Options`. Ordinary model-checking works fine. However, s…
lemmy updated
4 years ago
-
The use of `builtins.isStorePath` can cause evaluation to diverge between Nix expressions in the Nix store versus those outside, see e.g. https://github.com/NixOS/nixpkgs/pull/153594#issuecomment-1020…
-
## Description:
Currently, Xor is limited to canceling out duplicates but does not handle negations.
## Changes Proposed:
Modify Xor._eval_simplify to call super()._eval_simplify.
Extend …
-
hobbes language syntax was refined since commit [cf789e0d1](https://github.com/Morgan-Stanley/hobbes/commit/cf789e0d1696381abaed13ec629c1781aa5b4e94#diff-00c9a30589846abd5c331c31a371992f): it also int…
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
It seems that a *full-expression* is a set of grammar expressions or non-grammar expressions(i.e. impli…
-
**Problem Statement**
Expressions in the history cannot be edited.
**Evidence or User Insights**
This is a regression from the Win32 app. Requested by #150 and part of #139. I am pretty sure it u…
-
The STACK documentation recommends using `simp: false` for cases where you don't want certain expressions to be evaluated. I find this works OK, but it is often useful to have finer control of exactly…