about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-fail-function-formals-typecheck.nix
blob: 0108f958bf892346a73ac8654db74a15e7733a51 (plain) (blame)
1
2
# A function with formal set arguments forces its argument set and verifies its type.
({ ... }@args: 42) [ ]