packages feed

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

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