This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-17 08:11:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
4ca8caeb13
Idris2
/
tests
/
idris2
/
literate014
/
with.lidr
5 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Implement make-case
2020-06-27 20:14:14 +03:00
> import Decidable.Equality
Remove trailing whitespaces and add trailing newlines
2021-01-16 10:03:45 +03:00
>
Implement make-case
2020-06-27 20:14:14 +03:00
> dnat : (x : Nat) -> (y : Nat) -> Maybe (x = y)
> dnat x y = ?dec
Reference in New Issue
Copy Permalink