packages feed

dhall-1.22.0: dhall-lang/tests/normalization/success/prelude/List/build/0A.dhall

../../../../../../Prelude/List/build
Text
( λ(list : Type)
→ λ(cons : Text → list → list)
→ λ(nil : list)
→ cons "ABC" (cons "DEF" nil)
)