Packages

Coerce allows defining coercions, standardized conversions, between data types.

Current section

Files

Jump to
coerce lib coerce compile_error.ex
Raw

lib/coerce/compile_error.ex

defmodule Coerce.CompileError do
defexception [:message]
end