Skip to content

Commit 10dd058

Browse files
committed
limited yet definite:
1 parent 762e5dd commit 10dd058

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

copy/entries/five-point-haskell-3.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ the correct balance between the impure and pure, and how the existence of one
2929
enriches the other. This is **Limited Atonement**.
3030

3131
> Limited Atonement: Every domain has a clean line between what is pure and
32-
> what is not. And yet, impurity is not a failure, but a boundary that gives
33-
> purity its very meaning.
32+
> what is not. Declarations of purity are perfectly effective. Impurity is not
33+
> a failure, but an intentional boundary that gives purity its very meaning.
3434
>
35-
> Therefore, in every domain, find that beautiful line made possible only by
36-
> the perfectly effective assertion of purity. Be intentional: let how you
37-
> treat the impure give meaning to the limited purity.
35+
> Therefore, in every domain, find that beautiful line. Be intentional: let how
36+
> you treat the impure give meaning to the limited yet definite purity.
3837
3938
The Case for Purity
4039
-------------------

work/typed-sm-lc-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@
4141

4242
- Build/run status:
4343
- runghc ExprStage1..4 under nix develop works; outputs 15 (or Just 15 for Stage2, EPrim 15 for Stage1).
44+
45+
```
46+
codex resume 019c3976-0b35-73f3-93f0-f0222646eb62
47+
```

0 commit comments

Comments
 (0)