S-expressions and pattern matching

This commit is contained in:
Dmitry Boulytchev 2018-05-04 02:59:23 +03:00 committed by danyaberezun
parent 958bf482a8
commit 800d976b8e
8 changed files with 148 additions and 88 deletions

View file

@ -21,4 +21,3 @@ printList (x);
printList (y);
printList (append (x, y));
printList (append (y, x))