Commit graph

15 commits

Author SHA1 Message Date
tpoindex
1b234ff597 avoid collisions with common /usr/bin/ commands
rename head, tail, zip to lhead, ltail, and lzip to avoid collisions with command unix commands
2019-09-14 20:21:06 +02:00
tpoindex
44dbdd3fbc fluent predicates for filtering 2019-09-14 20:21:06 +02:00
tpoindex
b19ab5180b maybe monad and friends
maybe - return a tuple of (Nothing) or (Just,value)
maybemap - apply map function when maybe has a value and wrap in another maybe; else when nothing return nothing
maybevalue - return value of maybe; else when nothing return optional default args
2019-09-14 20:21:06 +02:00
tpoindex
7736a293a0 ntup{x,l,r} - tuples that can be nested and without quoting issues, base64 encoded elements 2019-09-14 20:21:06 +02:00
tpoindex
b40adbb643 fix comma quoting in tup/tupx by quoting all commas 2019-09-14 20:21:06 +02:00
Sławomir Śledź
c1ae19f270 #1 : Shorthand notations for lambdas 2019-08-31 01:52:16 +02:00
Sławomir Śledź
c3425e0933 Fixing bug in try 2018-03-10 23:23:23 +01:00
Sławomir Śledź
6de7798c8a Bugfix in tup 2018-03-10 22:22:06 +01:00
Sławomir Śledź
de116fcf9e New version of try and new function 2018-03-10 22:07:30 +01:00
Sławomir Śledź
6b07f1d8f8 Fixing bug in ret function 2018-03-10 14:26:41 +01:00
Sławomir Śledź
9502f7a8a2 New implementation of tup/tupx/tupr 2018-03-10 14:12:05 +01:00
Sławomir Śledź
cb9eff8b81 More tests... 2018-02-14 00:11:27 +01:00
Sławomir Śledź
f254b98a3f Add more tests 2018-02-13 23:29:46 +01:00
Sławomir Śledź
11f8cffec6 more tests 2018-01-24 23:01:43 +01:00
Sławomir Śledź
feb3c3f07c Adds tests driven by shunit2 framework 2018-01-24 22:22:48 +01:00