diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-22T14·55+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-09-22T14·55+0000 |
commit | d315210612a8d5eb52654407903544b72222130b (patch) | |
tree | edf5de3774a9a4faca84268b2c3ed2e5f3d6d175 /tests/lang/eval-okay-flatten.exp | |
parent | c02a44183fcff7c28cfed1c84c142cc2cf80f167 (diff) |
* Added a builtin function `isList' to test whether a value is a list.
With this primitive, a list-flattening function can be implemented (NIX-55, example is in tests/lang/eval-okay-flatten.nix).
Diffstat (limited to 'tests/lang/eval-okay-flatten.exp')
-rw-r--r-- | tests/lang/eval-okay-flatten.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lang/eval-okay-flatten.exp b/tests/lang/eval-okay-flatten.exp new file mode 100644 index 000000000000..e76d25de12b0 --- /dev/null +++ b/tests/lang/eval-okay-flatten.exp @@ -0,0 +1 @@ +Str("1234567") |