mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
8 lines
236 B
Text
8 lines
236 B
Text
|
:l doc-comments.nix
|
||
|
:doc curriedArgs
|
||
|
x = curriedArgs 1
|
||
|
"Note that users may not expect this to behave as it currently does"
|
||
|
:doc x
|
||
|
"This won't produce documentation, because we can't actually document arbitrary values"
|
||
|
:doc x 2
|