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
69f060e675
aiken
/
examples
/
acceptance_tests
/
027
/
lib
/
test.ak
12 lines
104 B
Plaintext
Raw
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