lean4-htt/tests/lean/348.lean
Leonardo de Moura 60a1b828ad fix: fixes #348
2021-03-16 17:50:40 -07:00

4 lines
131 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

def doSomething (db:String) : String := do
let mut cl : Nat × Nat → Nat × Nat := λx => x
cl := (λ(x,y) => (x, y⟩)
db