lean4-htt/tests/lean/issue2260.lean.expected.out
2024-02-22 16:39:26 +00:00

15 lines
779 B
Text

issue2260.lean:8:20-8:21: error: The termination argument depends on the function's varying parameters. Try using `sizeOf` explicitly:
The termination argument has type
DNat i : Type
but is expected to have type
?β : Sort ?u
issue2260.lean:15:20-15:21: error: The termination argument types differ for the different functions, or depend on the function's varying parameters. Try using `sizeOf` explicitly:
The termination argument has type
DNat i : Type
but is expected to have type
?β : Sort ?u
issue2260.lean:31:20-31:21: error: The termination argument types differ for the different functions, or depend on the function's varying parameters. Try using `sizeOf` explicitly:
The termination argument has type
DNat i : Type
but is expected to have type
Nat : Type