• Computes a string displaying the contents of the bra-list aBra. Thisfunction is curried, takes a printing function for the values as first parameter, and then returns a function taking the bra-list to display.

    Parameters

    • dispFun: ((a: any) => string) = anyToString

      a function that displays a single element

        • (a): string
        • Parameters

          • a: any

          Returns string

    Returns ((a: BraList<any>) => string)

    a function displaying a bra-list

      • (a): string
      • Parameters

        Returns string