File: unicodeA.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 (16 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  λ(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