packages feed

dhall-1.18.0: tests/normalization/examples/List/build/1A.dhall

(../../../../../Prelude/package.dhall).`List`.build
Text
( λ(list : Type)
→ λ(cons : Text → list → list)
→ λ(nil : list)
→ nil
)