* Test case.

This commit is contained in:
Eelco Dolstra 2011-07-06 10:58:53 +00:00
parent 5637037802
commit 5580f3817c
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
[ true false true false false true false false ]

View File

@ -0,0 +1,7 @@
let
as = { x.y.z = 123; a.b.c = 456; };
bs = null;
in [ (as ? x) (as ? y) (as ? x.y.z) (as ? x.y.z.a) (as ? x.y.a) (as ? a.b.c) (bs ? x) (bs ? x.y.z) ]