data-default icon indicating copy to clipboard operation
data-default copied to clipboard

introduce Default1 in a similar way like Eq1, Ord1, etc.

Open KommuSoft opened this issue 3 years ago • 0 comments

Creating a class Default1 (a :: * -> *) in analogy with Eq1, Ord1, Show1, etc. that allows to pass an explicit default for a wrapped type.

KommuSoft avatar Apr 30 '21 10:04 KommuSoft