Skip to content

Commit 23b411d

Browse files
committed
Split out Elli experiment
1 parent 6449f48 commit 23b411d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/iodata.gleam

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import expect
22

3+
// concat should work on List(Iodata)
4+
// need a name for the string version
5+
36
pub external type Iodata;
47

58
pub external fn prepend(Iodata, String) -> Iodata =

0 commit comments

Comments
 (0)