about summary refs log tree commit diff
path: root/tests/lang/eval-okay-flatten.exp
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-09-22T14·55+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-09-22T14·55+0000
commitd315210612a8d5eb52654407903544b72222130b (patch)
treeedf5de3774a9a4faca84268b2c3ed2e5f3d6d175 /tests/lang/eval-okay-flatten.exp
parentc02a44183fcff7c28cfed1c84c142cc2cf80f167 (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.exp1
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 0000000000..e76d25de12
--- /dev/null
+++ b/tests/lang/eval-okay-flatten.exp
@@ -0,0 +1 @@
+Str("1234567")