Additions:
- The default options used are now fetched from the application configuration. This means that you can configure a default for your app as well as for each of your dependencies(!) by adding
config :app_name, :type_check [...]to your configuration file(s). (c.f. #61) TypeCheck.Externalmodule, with functions to work with typespecs in modules outside of your control. Thank...