Closed Twigonometry closed 2 years ago
We cannot have two instances of string_of_nat
, so string_of_digit
remains without an implementation. All other functions are implemented, so closing. Hoping that this causes no issues in future. See 48617191
Finish implementations of
printable
type class so we can do full polymorphism withstring_of
function (for all currently supported types)