unit uw28766; {$mode delphi} interface type TSimpleGeneric = function(constref Value: A): B; implementation end.