From d315210612a8d5eb52654407903544b72222130b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 22 Sep 2006 14:55:19 +0000 Subject: * 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). --- tests/lang/eval-okay-flatten.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/lang/eval-okay-flatten.exp (limited to 'tests/lang/eval-okay-flatten.exp') 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") -- cgit 1.4.1