strecord DeterminerPlusNoun(determiner, noun) { S render() { ret determiner + " " + noun; } }