From acbd79a5cfeac7c705bf2c686b2bb1e12205f150 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Sun, 14 Apr 2019 17:38:22 +0000 Subject: Document modules --- src/any.gleam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/any.gleam b/src/any.gleam index a2fa418..a4ef0d4 100644 --- a/src/any.gleam +++ b/src/any.gleam @@ -21,7 +21,7 @@ pub external fn from(a) -> Any = "gleam__stdlib" "identity"; // This is an escape hatch for the type system that may be useful when wrapping // native Erlang APIs. It is to be used as a last measure only. // -pub external fn unsafeCoerce(a) -> b = "gleam__stdlib" "identity"; +pub external fn unsafe_coerce(a) -> b = "gleam__stdlib" "identity"; pub external fn string(Any) -> Result(String, String) = "gleam__stdlib" "decode_string" -- cgit v1.2.3