Assume I have the following:
@some_list [:a, :b, :c, :d] @type some_type :: :a | :b | :c | :d
Is there some way to use @some_list t
@some_list