From 9e337e852adc3c34d600b32b6f491bcf9c1d8f3e Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Wed, 6 Feb 2019 21:22:03 +0000 Subject: Remove invalid function names --- src/iodata.gleam | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/iodata.gleam') diff --git a/src/iodata.gleam b/src/iodata.gleam index f42f86e..1d65e11 100644 --- a/src/iodata.gleam +++ b/src/iodata.gleam @@ -10,9 +10,6 @@ pub external fn prepend(Iodata, String) -> Iodata = pub external fn append(Iodata, String) -> Iodata = "gleam__stdlib" "iodata_append"; -pub external fn of(String) -> Iodata = - "gleam__stdlib" "identity"; - pub external fn from(List(String)) -> Iodata = "gleam__stdlib" "identity"; -- cgit v1.2.3