Ash.Type.Function (ash v1.41.6) View Source

Represents a function.

If the type would be dumped to a native format, :erlang.term_to_binary(term, [:safe]) is used.

Please keep in mind, this is not safe to use with external input. This could easily cause you t

More information available here: https://erlang.org/doc/man/erlang.html#binary_to_term-2