enso/distribution/lib/Standard/Base
Jaroslav Tulach 741b394b0d
Suspended atom fields are evaluated only once (#6151)
Implements #6134.

# Important Notes
One can define lazy atom fields as:
```haskell
type Lazy
Value ~x ~y
```
the evaluation of the `x` and `y` fields is then delayed until they are needed. The evaluation happens once. Then the computed value is kept in the atom for further use.
2023-04-05 23:46:08 +00:00
..
0.0.0-dev Suspended atom fields are evaluated only once (#6151) 2023-04-05 23:46:08 +00:00