packages feed

dhall-1.42.3: tests/format/issue1301B.dhall

let attribute
    : Text → Text → { mapKey : Text, mapValue : Text }
    = λ(key : Text) → λ(value : Text) → { mapKey = key, mapValue = value }

in  attribute