Commit graph

17 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ź
03418caa85 Three new functions: pass, dropw, peek 2018-03-18 12:01:29 +01: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ź
b5a3c9eea0 Adding with_trampoline function 2018-02-14 01:19:43 +01:00
Sławomir Śledź
00d9c3916c Minor fix + add some examples. 2017-08-23 03:34:51 +02:00
Sławomir Śledź
3cf325d4aa Fixing bug in foldr 2017-08-23 01:03:01 +02:00
Sławomir Śledź
dcdbaf22de Add curry function 2017-08-22 09:37:44 +02:00
Sławomir Śledź
ffd02244cd Initial import 2017-08-15 23:43:11 +02:00