diff options
Diffstat (limited to 'src/iodata.gleam')
-rw-r--r-- | src/iodata.gleam | 3 |
1 files changed, 0 insertions, 3 deletions
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"; |