type macro isn't quite right about some things
Opened this issue · 0 comments
ityonemo commented
type(%{"foo" => "bar"})
->
type(%{optional("foo") => "bar"})
should crash
Opened this issue · 0 comments
type(%{"foo" => "bar"})
->
type(%{optional("foo") => "bar"})
should crash