Idris2/tests/idris2/literate014/with.lidr

5 lines
97 B
Plaintext
Raw Normal View History

2020-06-27 20:14:14 +03:00
> import Decidable.Equality
>
2020-06-27 20:14:14 +03:00
> dnat : (x : Nat) -> (y : Nat) -> Maybe (x = y)
> dnat x y = ?dec