hy/tests/native_tests
Abhishek L f159f1499b Adding a simple coll? function to the core
* hy/core/language.hy:
  -Added a simple coll? function that checks whether the given argument
  is an iterable and not a string,
  - Also replaced the check in `flatten` by coll?

* tests/native_tests/core.hy: Tests updated for checking coll?
2014-01-12 15:49:09 +05:30
..
contrib Merge branch 'master' into paultag/ana/if 2013-12-26 17:57:29 -05:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
core.hy Adding a simple coll? function to the core 2014-01-12 15:49:09 +05:30
defclass.hy Fix missing docstrings from defclass issue #248 2013-07-15 06:58:08 -06:00
language.hy Fix a few typos in the tests. Thanks again, @olasd 2014-01-10 22:31:00 -05:00
math.hy Operators + and * work without args, fixes #372 2013-12-16 00:04:43 +05:30
native_macros.hy added for and with macros 2013-12-29 16:50:21 +01:00
quote.hy Add test for unquote-splice behavior 2013-09-22 15:12:59 +02:00
reader_macros.hy Hy reader macros #377 2013-12-23 14:33:51 +01:00
unless.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
when.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
with_decorator.hy Rename decorate-with' to with-decorator' 2013-04-28 17:14:22 +02:00
with_test.hy added for and with macros 2013-12-29 16:50:21 +01:00