local notnil = require "notnil".notnil local function f(x) x = notnil ^ x end assert(pcall(f, 1)) assert(not pcall(f, nil))