This website requires JavaScript.
Explore
Help
Sign In
waalge
/
aiken
Watch
1
Star
0
Fork
You've already forked aiken
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
w/bump-nix
aiken
/
examples
/
acceptance_tests
/
043
/
lib
/
tests.ak
8 lines
78 B
Plaintext
Raw
Permalink
Blame
History
fn subtract(x, y) {
x - y
}
test flip_1() {
flip(subtract)(3, 2) == -1
}
Reference in New Issue
View Git Blame
Copy Permalink