home
/
code
/
tiger.ml.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Fix grammar - allow empty set of record fields
[tiger.ml.git]
/
compiler
/
testcases
/
test02.tig
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
/* arr1 is valid since expression 0 is int = myint */
2
let
3
type myint = int
4
type arrtype = array of myint
5
6
var arr1:arrtype := arrtype [10] of 0
7
in
8
arr1
9
end
This page took
0.021036 seconds
and
4
git commands to generate.