コード例 #1
0
ファイル: TokenExtensions.cs プロジェクト: tstivers/icfp2020
 public static IToken Cdr(this IToken token)
 {
     return(token.AsCons().x1);
 }