Skip to content

Commit

Permalink
doc: mention pub/priv semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp committed Aug 3, 2024
1 parent e9c195d commit 4f0ad08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ code without having to perform a full evaluation. This could be used, e.g. to sh

4. **Isolation**: Modules are imported into the Nix store, enforcing boundaries.

5. **Encapsulation**: implementation details can be cleanly hidden with private module members by default. See: [#5](https://github.com/ekala-project/modules/pull/5)

## Usage

```nix
Expand All @@ -56,7 +58,6 @@ in

## Future Work

* private members
* CLI with static analysis powers (eka)
* Static manifest format
* tooling integration (LSP, etc)
Expand Down

0 comments on commit 4f0ad08

Please sign in to comment.