packages feed

dhall-1.32.0: tests/format/unicodeB.dhall

λ(isActive : Bool) →
    { barLeftEnd = Some "┨"
    , barRightEnd = Some "┠"
    , separator = Some "┃"
    , alignment =
        < ToTheLeft | ToTheRight | Centered >.ToTheLeft : ./Alignment.dhall
    , barWidth = None Natural
    , barSegments = [ "index", "command", "path", "title" ]
    }
  : ./Bar.dhall