about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-internal-formals.nix
# Tests formals which have internal default values.

({ defaultValue, optional ? defaultValue }: optional) { defaultValue = 42; }