From 1a8cc098734c06f4df23eb703cbebaa978e9931f Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Thu, 19 Dec 2024 19:20:15 +0100 Subject: Update the note --- src/gleam/io.gleam | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gleam/io.gleam b/src/gleam/io.gleam index d55599b..ec73ece 100644 --- a/src/gleam/io.gleam +++ b/src/gleam/io.gleam @@ -89,7 +89,9 @@ pub fn println_error(string: String) -> Nil /// // [2, 3] /// ``` /// -/// Note: At runtime Gleam doesn't have type information and uses runtime reflection to print the values. This can result in some values being shown in an unexpected way. +/// Note: At runtime Gleam doesn't have type information anymore. This combined +/// with some types having the same runtime representation results in it not +/// always being possible to correctly choose which Gleam syntax to show. /// pub fn debug(term: anything) -> anything { term -- cgit v1.2.3