index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test2.sail
blob: 1418f990a8244488e78ed6af036062fd296b1443 (
plain
)
1
2
3
4
5
function nat id ( n ) = n function nat effect pure main _ = { id(42); }