File: unicodeB.dhall

package info (click to toggle)
haskell-dhall 1.42.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 23,784 kB
  • sloc: haskell: 24,804; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
λ(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