1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/repl/doc-comment-curried-args.in

8 lines
207 B
Plaintext
Raw Normal View History

: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 docs; no support for arbitrary values"
:doc x 2