Type error: Unhandled error: error: function annot mismatch --> :1:1 | 1 | (λ(_ : Natural) → _) True | ^^^^^^^^^^^^^^^^^^^^^^^^ function annot mismatch | ------------------ help: this expects an argument of type: Natural | ---- help: but this has type: Bool |