dhall-1.21.0: dhall-lang/Prelude/List/package.dhall
{ all =
./all
, any =
./any
, build =
./build
, concat =
./concat
, concatMap =
./concatMap
, filter =
./filter
, fold =
./fold
, generate =
./generate
, head =
./head
, indexed =
./indexed
, iterate =
./iterate
, last =
./last
, length =
./length
, map =
./map
, null =
./null
, replicate =
./replicate
, reverse =
./reverse
, shifted =
./shifted
, unzip =
./unzip
}