aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/text.h')
-rw-r--r--builtins/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h
index a25a61d5..c93c6266 100644
--- a/builtins/text.h
+++ b/builtins/text.h
@@ -51,6 +51,7 @@ Text_t Text$from_codepoint_names(array_t codepoint_names);
Text_t Text$from_bytes(array_t bytes);
array_t Text$lines(Text_t text);
Text_t Text$join(Text_t glue, array_t pieces);
+Text_t Text$map(Text_t text, Pattern_t pattern, closure_t fn);
extern const TypeInfo $Text;