Skip to content

Commit

Permalink
Update the note
Browse files Browse the repository at this point in the history
  • Loading branch information
Janiczek authored and lpil committed Dec 20, 2024
1 parent 999d080 commit 1a8cc09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gleam/io.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a8cc09

Please sign in to comment.