aboutsummaryrefslogtreecommitdiff
path: root/go/src/types
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-04 22:16:57 -0500
committerJoel Martin <github@martintribe.org>2014-10-04 22:16:57 -0500
commitfcbda8d58a22c734c1c9020287cbe1df795d76c0 (patch)
tree85af580f006bdd705500f21110121ebd725a8476 /go/src/types
parent70ea599b6e0787102f12cd543dcd65a2eb3751d5 (diff)
downloadmal-fcbda8d58a22c734c1c9020287cbe1df795d76c0.tar.gz
mal-fcbda8d58a22c734c1c9020287cbe1df795d76c0.zip
go: step1_read_print vectors and hash-maps
Diffstat (limited to 'go/src/types')
-rw-r--r--go/src/types/types.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/go/src/types/types.go b/go/src/types/types.go
index 3f1c652..a212725 100644
--- a/go/src/types/types.go
+++ b/go/src/types/types.go
@@ -15,3 +15,7 @@ type List struct {
Val []MalType
}
+type Vector struct {
+ Val []MalType
+}
+