Open
Description
ContractError:
It looks like you are trying to use pattern-matching, but
multiple definitions for function '<function name here>' have the same
contract for input parameters:
None => String
None => String
if I do something like:
module Foo
Contract None => String
def foo
...
class Bar
include Foo
def foo
Metadata
Metadata
Assignees
Labels
No labels