Type
TODO: Add description
Installation
Add type to your list of dependencies in
mix.exs:def deps do
[{:type, "~> 0.0.1"}]end
Ensure type is started before your application:
def application do
[applications: [:type]]end
Usage
iex> Type.check(:hi)
'Atom'