index
:
tests
master
Tests with the Clean language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_tuple
/
test_tuple.h
blob: f681447c5238b90dc7f573652b9ca03b55818713 (
plain
) (
blame
)
1
2
3
int
f
(
int
e1
,
int
e2
);
Clean
(
f
::
(
Int
,
Int
)
->
Int
)