dhall-1.11.0: tests/normalization/listBuildB.dhall
{ example0 =
[ True, False ] : List Bool
, example1 =
[ True, False ] : List Bool
, example2 =
λ(id : ∀(a : Type) → a → a) → id (List Bool) [ True, False ]
}
{ example0 =
[ True, False ] : List Bool
, example1 =
[ True, False ] : List Bool
, example2 =
λ(id : ∀(a : Type) → a → a) → id (List Bool) [ True, False ]
}