index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
examples
/
list.sail
blob: 4eaeb67a09924b0ff2e0eae362bf8157e8289f58 (
plain
)
1
let l : list(int) = 1 :: 2 :: 3 :: [||]