packages feed

dhall-1.26.0: dhall-lang/Prelude/XML/attribute

{- Builds a key-value record with a Text key and value. -}

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