home
/
code
/
tiger.ml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix - check number of arguments in function calls
[tiger.ml.git]
/
compiler
/
testcases
/
test30.tig
1
/* synonyms are fine */
2
3
let
4
type a = array of int
5
type b = a
6
7
var arr1:a := b [10] of 0
8
in
9
arr1[2]
10
end
This page took
0.088844 seconds
and
4
git commands to generate.