> import Decidable.Equality > > dnat : (x : Nat) -> (y : Nat) -> Maybe (x = y) > dnat x y = ?dec