RoyalIcing / Orb

Write WebAssembly with Elixir
https://useorb.dev
BSD 3-Clause "New" or "Revised" License
174 stars 1 forks source link

Dialyzer error on defw #35

Open orsinium opened 3 weeks ago

orsinium commented 3 weeks ago
The pattern
{_, _}
can never match, because previous clauses completely cover the type
{nil, :boot}.

Orb 0.0.46.

image