Commit graph

15 commits

Author SHA1 Message Date
tpoindex
1ead6d0b87 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-11 23:53:56 -06:00
tpoindex
7b6531a74e fluent predicates for filtering 2019-09-11 23:46:47 -06:00
tpoindex
912b3f2491 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-11 22:47:39 -06:00
tpoindex
9c238777e1 ntup{x,l,r} - tuples that can be nested and without quoting issues, base64 encoded elements 2019-09-11 20:58:30 -06:00
tpoindex
cba3556da8 fix comma quoting in tup/tupx by quoting all commas 2019-09-11 20:17:45 -06: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