Exemplo n.º 1
0
 public static IToken Cdr(this IToken token)
 {
     return(token.AsCons().x1);
 }