aboutsummaryrefslogtreecommitdiff
path: root/gen/any.erl
blob: 9ea008724811b829b7c40b92a4298a7256cecff3 (plain)
1
2
3
4
5
6
7
8
9
-module(any).

-export([from/1, unsafeCoerce/1]).

from(A) ->
    gleam__stdlib:identity(A).

unsafeCoerce(A) ->
    gleam__stdlib:identity(A).