packages feed

composite-dhall-0.0.6.0: test/data/C.dhall

{ a = \(x : Text) -> "Hello, ${x}!"
, b = \(y : Integer) -> "You are ${Integer/show y} years old."
}