Returns the a string representation of the type of a passed argument
check(any) :: char_list
iex> Type.check(:hello_world) ‘Atom’