Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ToUpperCase converts the string to uppercase ToUpperCase = strings.ToUpper // ToLowerCase converts the string to lowercase ToLowerCase = strings.ToLower // Ord implements the default ordering for strings Ord = O.FromStrictCompare[string]() )
View Source
var Monoid = M.MakeMonoid(concat, "")
Monoid is the monoid implementing string concatenation
Functions ¶
func IsNonEmpty ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.