1 2 3 4 5 6
type t = Squared | Rounded let of_kind (k : t) = match k with | Squared -> ("└", "┐", "┘", "┌") | Rounded -> ("╰", "╮", "╯", "╭")