packages feed

dhall-1.42.3: dhall-lang/tests/semantic-hash/success/prelude/List/build/1A.dhall

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