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: 24d82655ab889903b9d309d2f6104efbf8fdd02c (
plain
)
1
2
3
4
5
function nat id ( n ) = n function nat main _ = { id(42); }