Module:Sandbox/AbstractWikipedia/Relations/he

From Meta, a Wikimedia project coordination wiki
Module documentation
local p = {}

-- A special relation which indicates that an object which should be definite
function p.defobj ( source, target )
	l.unifyWithFeature("definiteness", target, "definite")
end

return p