From 4aad1712fe1a26f8a27a1edb41c3b2f16bce5f49 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 5 Nov 2019 18:52:58 +1100 Subject: Add stmutil.List --- stmutil/containers.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stmutil/containers.go') diff --git a/stmutil/containers.go b/stmutil/containers.go index 89f7b05..e0b532d 100644 --- a/stmutil/containers.go +++ b/stmutil/containers.go @@ -178,3 +178,5 @@ func interfaceHash(x interface{}) uint32 { type Lenner interface { Len() int } + +type List = *immutable.List -- cgit v1.2.3