6 lines
207 B
Text
6 lines
207 B
Text
λ(nix : ../NixPrelude.dhall) →
|
|
let Any/toTypeUnchecked = ../Any/toTypeUnchecked.dhall nix
|
|
|
|
in λ(t : Type) →
|
|
λ(message : Text) →
|
|
Any/toTypeUnchecked t (nix.builtins.throw message)
|