18 lines
707 B
Text
18 lines
707 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
{ composeExtensions = ./composeExtensions.dhall nix
|
|
, composeManyExtensions = ./composeManyExtensions.dhall nix
|
|
, const = ./const.dhall
|
|
, converge = ./converge.dhall nix
|
|
, deepSeq = ./seq.dhall nix
|
|
, extends = ./extends.dhall nix
|
|
, fix = (./fix.dhall nix).fix
|
|
, fixp = (./fix.dhall nix).fixp
|
|
, flip = ./flip.dhall
|
|
, functionArgs = ./functionArgs.dhall nix
|
|
, makeExtensible = ./makeExtensibleWithCustomName.dhall nix "extend"
|
|
, makeExtensibleWithCustomName = ./makeExtensibleWithCustomName.dhall nix
|
|
, pipe = ./pipe.dhall
|
|
, setFunctionArgs = ./setFunctionArgs.dhall nix
|
|
, seq = ./seq.dhall nix
|
|
, splitAndCompare = ./splitAndCompare.dhall
|
|
}
|