Packages

A custom Credo check to verify that modules are pure

Current section

Files

Jump to
credo_pure_check lib example my_protocol.ex
Raw

lib/example/my_protocol.ex

# Dummy protocol
defprotocol Example.My.Protocol do
def f(value)
end