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