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-21 02:31:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
b8d81b768e
Idris2
/
tests
/
idris2
/
operators
/
operators001
/
Test.idr
7 lines
95 B
Idris
Raw
Normal View
History
Unescape
Escape
add test file
2023-10-18 14:06:36 +03:00
autobind
infixr
0
=
@
add autobind keyword
2023-10-18 15:04:42 +03:00
0
(=@)
:
(
a
:
Type
)
->
(
a
->
Type
)
->
Type
add test file
2023-10-18 14:06:36 +03:00
(=@)
a f
=
(
1
x
:
a
)
->
f x
Reference in New Issue
Copy Permalink