-
# The semantics of a simple functional language
[https://lawrencecpaulson.github.io/2023/03/08/Fun_Semantics.html](https://lawrencecpaulson.github.io/2023/03/08/Fun_Semantics.html)
-
_From [andreas....@gmail.com](https://code.google.com/u/104176248769201814032/) on October 15, 2010 20:14:54_
Related to issue 348 .
record IR : Set1 where
constructor mkIR
field
.fromIR : S…
-
The following fails:
val test_def = Define`
test n l s = if n = 0 then l else test (n - 1) (s::l) s`;
All variants fail as well. I actually want something similar to
val test_def = Define`
te…
acjf3 updated
9 years ago
-
**read to bottom of thread to find still-open conjectures**
UNDECIDED (tested for all of graph_objects):
```
(((is_line_graph)&(is_complement_of_chordal))&(has_radius_equal_diameter))->(is_hamilt…
-
### Description
Hopefully this isn't too long... 😅 I wanted to make sure it was absolutely clear.
Often when typesetting, you find that you often have to type a lot of variations of the same ge…
-
In order to encourage std4 users to write verifiable code with arrays, we should aim to have a similar set of lemmas for arrays (https://github.com/leanprover/std4/blob/main/Std/Data/Array/Lemmas.lean…
-
From APUPA created by [bertanimauro](https://github.com/bertanimauro): bertanimauro/APUPA#7
Ipotizziamo il numero dewey 121. Rappresenta la posizione in un albero. Primo ramo seconda posizione. Sec…
-
Hello Dear Distill Maintainer,
Thanks again for this package. I was able to set up and deploy my blog website. However, I encountered this issue when writing a blog today.
See:
```r
Er…
-
In this issue I’d like to flesh out and describe our plans for how Lean should generate equational lemmas.
## Status quo
The status quo is unsatisfactory in a few ways, at least according to my …
-
I am using the following code in `typst` 0.11, but getting the error below. Could you please help me? Thanks!
```
#import "@preview/lemmify:0.1.5": *
#example("xxx")[
#lorem(100)
]
```
…