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-15 14:23:32 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
9e0676597d
Idris2
/
tests
/
idris2
/
error007
/
CongErr.idr
5 lines
71 B
Idris
Raw
Normal View
History
Unescape
Escape
Add test script They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 20:25:18 +03:00
import
Data.Fin
[ contrib ] Arithmetic on Fin (#830) Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-04-23 14:05:13 +03:00
fsprf
:
x
=
=
=
y
->
Fin
.
FS
x
=
FS
y
Add test script They don't all pass yet, for minor reasons. Coming shortly... Unfortunately the startup overhead for chez is really noticeable here!
2020-05-19 20:25:18 +03:00
fsprf p
=
cong
_
p
Reference in New Issue
Copy Permalink