For the Roman numerals exercise, I have some code — definitions are incomplete, but the types should be.
When Unison picks this up, it complains it can’t find fromCharlist
in the namespace; but fromCharlist
is part of base
as base.Text.fromCharlist
.
Any pointers to what I could be missing here?
Thanks