### Input let x = Type; grammar { adapt rule expr { adapt group base { x <- "%"; } } } let x = Type -> Type; % ### Eval Type ### Type Type