To Implement
zeroToHero ::
Zero
a
->
Hero
a
Ze
a
He
a
Your Solution
zeroToHero ::
a
a
Your definition has valid syntax, but
it may still fail to type check.
Code Editor
Loading editor...
zeroToHero z = undefined
Status: Checking
You did not make any changes.
Available Functions
f ::
Zero
a
->
Hero
a
Ze
a
He
a