module T::Utils

def self.coerce(val)

Used to convert from a type specification to a `T::Types::Base`.
def self.coerce(val)
  Private.coerce_and_check_module_types(val, nil, false)
end