10 lines
312 B
Text
10 lines
312 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
{ info = ./info.dhall nix
|
|
, showWarnings = ./showWarnings.dhall nix
|
|
, throw = ./throw.dhall nix
|
|
, throwIf = ./throwIf.dhall nix
|
|
, throwIfNot = ./throwIfNot.dhall nix
|
|
, warn = ./warn.dhall nix
|
|
, warnIf = ./warnIf.dhall nix
|
|
, warnIfNot = ./warnIfNot.dhall nix
|
|
}
|