module Stdlib.Trait.Show;

import Stdlib.Data.String.Base open;

trait
type Show A := mkShow {show : A -> String};
Last modified on 2024-02-22 14:02 UTC