-
I have several questions on implementing program equivalence checker part.
- Can a function return the value from `Eq` operation? For instance, is this function definition ok? `f(x) = (x = x)` If s…
-
This issue is to resolve what the "default methods" actually are. We expect every object that is an instance of a class will get these default methods somehow. This issue is a **different question*…
-
I have a timestep-based code in Regent, which on my current testcase of interest hangs after 5 timesteps, but appears not to do so on a smaller testcase.
I've tried:
1. Compiling with debug mode -…
-
aka type constructors, generic TypeVars
Has there already been discussion about those?
I do a lot of FP that results in impossible situations because of this. Consider an example:
```python
A …
-
We have seen a few cases in libstd where the rule that just *creating* a mutable reference already asserts uniqueness is a problem:
* [`VecDeque` creating overlapping mutable references](https://gi…
-
Related to #11, we don't really do anything clever with where clauses on traits/structs. We need to support "elaboration" -- ideally, a richer form than what the current compiler supports. In particul…
-
**Describe the bug**
[Gauge]
Failed to start gauge API: Timed out connecting to java
**To Reproduce**
Steps (or project) to reproduce the behavior:
1. Load a gauge project in intellij
2. Load …
-
Re [forum](http://forum.openscad.org/allowing-center-parameter-to-be-a-vector-of-booleans-td12563.html#a12568), center= with values that elsewhere evaluate to true, e.g. 0, "non null string", [{non em…
-
Yesterday I watched [the video](https://www.youtube.com/watch?v=Dp-mQ3HxgDE) by Prof Buzzard about [Lean](https://leanprover.github.io/) and there was a question of how it compares to Coq (obviously),…
-
Name: Mincheol Kwon
YOUR QUESTION
`src_x = tgt_x /\ src_y + 0 = src_x /\ not (src_y = tgt_x)`
In the README.md, the explanation of Program Equivalence Checker is defined as above.
Howeve…