-
Hi, David. This repo is very helpful for my research. Previously I worked on Lean, which has corrsponding "state" after each command input. These states can be used as inputs to machine learning model…
-
Chained updates look bad:
```
(k1 =+ v1) ((k2 =+ v2) f)
```
or
```
f |+ (k1,v1) |+ (k2,v2)
```
Recent p/printing hacking for a paper suggests that these could be rendered as
```
f ⦇k…
mn200 updated
5 years ago
-
## Overview
This is an exploratory proposal to introduce an `EvaluationOutput`
link for predicates, akin to the `ExecutionOutput` link for schemata.
It comes from the realization that fuzzy/pro…
-
One of the issues with the decompiled code (besides the fact that it looks like an IOCCC entry) is that sometimes the decompilation is not accurate.
The current approaches to verification are rough…
-
This is correct behaviour:
```
> minisatProve.SAT_PROVE ``b ==> T``;
val it = ⊢ b ⇒ T: thm
```
This is incorrect behaviour:
```
> minisatProve.SAT_ORACLE ``b ==> T``;
Exception- SAT_cex ⊢ b ⇒ …
-
Does this issue occur when all extensions are disabled?: Yes
```
Version: 1.90.0-insider
Commit: bbc4ba1eff648ee542972589216f211b7a6a08f2
Date: 2024-05-14T05:47:50.971Z
Electr…
-
It might make sense to add additional geometric operations to define a conic using what I call a contact pair: a point on a conic and a line through that point tangent to the conic. (Is there a more e…
-
Hi folks,
I'm working on some experimental tooling for testing of Catala programs (more on that later), and I encountered what I think is a bug in the [formalization of Section 121 of the US Tax Co…
-
Given this file:
```
data AT = A
fact_A_is_A : A = A
fact_A_is_A = proof trivial
```
at Idris REPL:
```
Idris> :total fact_A_is_A
Main.fact_A_is_A is Total
Idris> :t fact_A_is_A
Main.fact_A_is_A…
-