dhall-1.11.0: tests/normalization/examples/List/build/0A.dhall
../../../../../Prelude/List/build Text ( λ(list : Type) → λ(cons : Text → list → list) → λ(nil : list) → cons "ABC" (cons "DEF" nil) )
../../../../../Prelude/List/build Text ( λ(list : Type) → λ(cons : Text → list → list) → λ(nil : list) → cons "ABC" (cons "DEF" nil) )