index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
mono
/
test.ml
blob: dc19479249c7d5ff2d6c2f13d59c33eb7c505069 (
plain
)
1
2
3
match
Testout
.
run
()
with
|
Done
_
->
print_endline
"OK"
|
_
->
print_endline
"Failed"
;;