fettle v0.1.0 Fettle.Util View Source

Miscellaneous support functions

Link to this section Summary

Functions

checks that a named module exists and complies with a behaviour

checks that a named module exists and complies with a behaviour

Link to this section Functions

Link to this function check_module_complies(module, behaviour, arg3) View Source
check_module_complies(module :: module, behaviour :: module, function :: {atom, non_neg_integer}) ::
  module |
  {:error, String.t}

checks that a named module exists and complies with a behaviour

Link to this function check_module_complies!(module, behaviour, arg) View Source
check_module_complies!(module :: module, behaviour :: module, function :: {atom, non_neg_integer}) ::
  module |
  no_return

checks that a named module exists and complies with a behaviour