From 23b411d60d5b6044e670fd7c8a635534a1841728 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sat, 23 Mar 2019 19:29:04 +0000 Subject: Split out Elli experiment --- src/iodata.gleam | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/iodata.gleam b/src/iodata.gleam index cc54965..856832f 100644 --- a/src/iodata.gleam +++ b/src/iodata.gleam @@ -1,5 +1,8 @@ import expect +// concat should work on List(Iodata) +// need a name for the string version + pub external type Iodata; pub external fn prepend(Iodata, String) -> Iodata = -- cgit v1.2.3