Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/manual/src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@

[output path]: #gloss-output-path

- [output closure]{#gloss-output-closure}\
The [closure] of an [output path]. It only contains what is [reachable] from the output.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add an editing note, to add to the relevance.

Suggested change
The [closure] of an [output path]. It only contains what is [reachable] from the output.
The [closure] of an [output path]. It only contains what is [reachable] from the output.
<!-- It is not the closure over the outputOf relation, which we'll leave out because it's a "dynamic derivations" thought that needs some deep thinking to even come up with, certainly as long as people aren't used to RFC 92 -->

Copy link
Contributor

@fricklerhandwerk fricklerhandwerk Apr 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not necessary here, but I understand what you mean. This would be for one of your brilliant design issues.


- [deriver]{#gloss-deriver}

The [store derivation] that produced an [output path].
Expand Down