18 auto T = K->dom(2, 0);
20 auto l = w.mut_lam(T, w.type())->set(
"Uf");
23 if (
auto dom = K->dom()->isa_mut<
Sigma>(); dom && dom->
has_var())
World & world() const noexcept
Ref type() const noexcept
Yields the raw type of this Def, i.e. maybe nullptr.
const Var * has_var()
Only returns not nullptr, if Var of this mutable has ever been created.
static const Pi * isa_cn(Ref d)
Is this a continuation - i.e. is the Pi::codom mim::Bottom?
Helper class to retrieve Infer::arg if present.