lean2/tests/lean/interactive/coe.lean
2014-10-02 17:55:34 -07:00

9 lines
161 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.

import data.int
open int
protected theorem has_decidable_eq [instance] : decidable_eq :=
take (a b : ), _
constant n : nat
constant i : int
check n + i