-
I'd like to discuss psalm's concept of functions' purity. The [article](https://psalm.dev/articles/immutability-and-beyond) introducing "@psalm-pure" refers to [wikipedia's definition of pure functio…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
__abstract("function", ...) does not make it quite clear that the function must not have side-effects on the heap that Prepack serializes.
Perhaps introduce a separate builtin such as "__abstractPu…
-
## Description
The following program is a trivially correct one. I copy data from calldata to memory.
```solidity
contract A {
struct S {
int a;
}
function f (S calldata s) publ…
-
- [ ] [Perplexity CLI in pure shell](https://gist.github.com/rauchg/c5f0b1dc245ad95c593de8336aa382ac)
# Perplexity CLI in pure shell
## `p.sh`
```bash
#!/usr/bin/env bash
function p() {
local j…
-
```
Prelude> import Graphics.Rendering.Pango
Prelude Graphics.Rendering.Pango> f
Normal
Prelude Graphics.Rendering.Pango> fontDescriptionSetStyle f StyleItalic
Prelude Graphics.Rendering.Pango> f
Ital…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
```
I am trying to connect to gmail's pop3 server (pop.gmail.com:993).
What steps will reproduce the problem?
1. Create an air app (I am using flex).
2. Create a new TLSSocket and connect to gmail.
3…
-
This is a place holder for a issue with many ramiifications. Like in JML and likely in ACSL++, it would be useful to allow pure C functions to be used in logical expressions. This could be accomplishe…