From 96c20b8ebf8420fbba75c97fa08eaeb34e8dc394 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 2 Jun 2019 19:48:56 +0100 Subject: Import variables can have their name specified --- gen/src/std@any.erl | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gen/src/std@any.erl') diff --git a/gen/src/std@any.erl b/gen/src/std@any.erl index 8aec08c..5a1a844 100644 --- a/gen/src/std@any.erl +++ b/gen/src/std@any.erl @@ -3,9 +3,6 @@ -export([from/1, unsafe_coerce/1, string/1, int/1, float/1, atom/1, bool/1, thunk/1, list/2, tuple/1, field/2]). -list_module() -> - std@list. - from(A) -> gleam__stdlib:identity(A). @@ -35,9 +32,7 @@ list_any(A) -> list(Any, Decode) -> std@result:then(list_any(Any), - fun(Capture1) -> - (list_module()):traverse(Capture1, Decode) - end). + fun(Capture1) -> std@list:traverse(Capture1, Decode) end). tuple(A) -> gleam__stdlib:decode_tuple(A). -- cgit v1.2.3