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
/
027
/
lib
/
tests.ak
12 lines
103 B
Plaintext
Raw
Permalink
Blame
History
pub fn foo(_a: a) -> Bool {
True
}
test test_1() {
foo(1)
}
test test_2() {
foo(1) && foo(2)
}
Reference in New Issue
View Git Blame
Copy Permalink