From c3c2284841b8dda0236d3366932a3d555e1ead55 Mon Sep 17 00:00:00 2001 From: Tom Whatmore Date: Sat, 20 Jun 2020 07:12:14 +0100 Subject: Gleam format --- src/gleam/utf_codepoint.gleam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gleam/utf_codepoint.gleam b/src/gleam/utf_codepoint.gleam index f894ad3..f1d0fbb 100644 --- a/src/gleam/utf_codepoint.gleam +++ b/src/gleam/utf_codepoint.gleam @@ -1,7 +1,8 @@ import gleam/result /// A UtfCodepoint is the integer representation of a valid UTF codepoint -pub type UtfCodepoint = UtfCodepoint +pub type UtfCodepoint = + UtfCodepoint external fn int_to_utf8_codepoint(Int) -> UtfCodepoint = "gleam_stdlib" "identity" -- cgit v1.2.3