pub fn poisonValue(self: *Builder, ty: Type) Allocator.Error!Value
pub fn poisonValue(self: *Builder, ty: Type) Allocator.Error!Value { return (try self.poisonConst(ty)).toValue(); }