8 lines
264 B
Markdown
8 lines
264 B
Markdown
# MyNib
|
|
**MyNib (My Nix Library)** is a mini lil library of utilities I find
|
|
myself frequently rewriting.
|
|
|
|
|
|
## Conventions
|
|
1. "private" attribute set values: start and end with underscores, ie `MyType._value_`
|
|
2. Modules: use the `useMod` and `mkMod` nib provides
|