Revert "improvement: add Ash.Type.type/1"

This reverts commit a0f6cd9219.
This commit is contained in:
Zach Daniel 2021-06-24 18:19:43 -04:00
parent b3ca6ca631
commit e64d0a9791

View file

@ -626,9 +626,6 @@ defmodule Ash.Type do
type.equal?(left, right)
end
def type({:array, type}), do: type(type)
def type(type), do: type.type()
defmacro __using__(_) do
quote location: :keep do
@behaviour Ash.Type