aboutsummaryrefslogtreecommitdiff
path: root/src/map.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.gleam')
-rw-r--r--src/map.gleam4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map.gleam b/src/map.gleam
index 56b4a6b..31b8726 100644
--- a/src/map.gleam
+++ b/src/map.gleam
@@ -2,6 +2,10 @@ import any
import result
import expect
+// TODO: drop
+// TODO: take
+// TODO: update :: fn(Map(k, v), k, fn(Result(v, NotFound)) -> v) -> Map(k, v)
+
pub external type Map(key, value);
pub enum NotFound =