clj_behaviour
Clojerl behaviour checks.
Implements the same checks done to Erlang modules when they specify they implement a behaviour.Summary
Functions
-
check(Module)
Checks that the Core Erlang module implements the behaviours it specifies.
Functions
check(Module)
-spec check(cerl:c_module()) -> ok.
Checks that the Core Erlang module implements the behaviours it specifies.
Shows warnings by printing toclojure.core/*err*
if any issue is
found.