Stephen Diehl
|
ed6fa9c8ea
|
refine monaderror section
|
2016-12-14 17:16:20 +00:00 |
|
Stephen Diehl
|
1f2ed3e4cb
|
fix lower bounds
|
2016-12-13 12:31:47 +00:00 |
|
Stephen Diehl
|
cc0565112f
|
monoid and fold rearranging
|
2016-12-13 09:14:39 +00:00 |
|
Stephen Diehl
|
0fb7730b0c
|
expand semigroup
|
2016-12-12 16:30:52 +00:00 |
|
Stephen Diehl
|
c7eeb5349e
|
fix exports for functor module
|
2016-12-12 16:10:49 +00:00 |
|
Stephen Diehl
|
257a38f68f
|
functor module
|
2016-12-12 13:09:18 +00:00 |
|
Stephen Diehl
|
66958def93
|
export encoding error handlers
|
2016-12-12 11:14:42 +00:00 |
|
Stephen Diehl
|
c692eb03fb
|
only export byteswap functions for ghc >7.6
|
2016-12-12 11:04:52 +00:00 |
|
Stephen Diehl
|
b32c80d0bb
|
basic hierarchy in place
|
2016-12-10 12:46:48 +00:00 |
|
Stephen Diehl
|
dac4888f61
|
ignore ghc 8.0 only pragma
|
2016-12-06 13:57:48 +00:00 |
|
Stephen Diehl
|
50faedad80
|
added ghc 8.0.1 test
|
2016-12-06 09:39:23 +00:00 |
|
Stephen Diehl
|
7060f55fdf
|
export typelits symbols from base
|
2016-12-03 14:31:42 +00:00 |
|
Stephen Diehl
|
2b729aaadc
|
Type level literals
|
2016-12-03 14:17:49 +00:00 |
|
Stephen Diehl
|
82e0b04e4d
|
use default monoid (<>) instead of semigroup
|
2016-11-15 14:57:16 +00:00 |
|
Stephen Diehl
|
5b6bc27cbe
|
constrainted bytestring print functions
|
2016-10-28 19:04:58 +01:00 |
|
Stephen Diehl
|
aeacdd9630
|
include hashable
|
2016-10-28 16:41:28 +01:00 |
|
Moritz Kiefer
|
bccd31e327
|
Fix product implementation
|
2016-10-18 15:13:01 +02:00 |
|
Moritz Kiefer
|
961f71b971
|
Export strict versions of sum and product
|
2016-10-14 22:06:44 +02:00 |
|
Stephen Diehl
|
547aca5af4
|
fix nested functor composition
|
2016-10-14 17:21:57 +01:00 |
|
Stephen Diehl
|
860f74b3c2
|
Use explicit 'bool' import.
|
2016-10-14 14:06:57 +01:00 |
|
Stephen Diehl
|
a86046b654
|
guarded and guardedA added to root.
|
2016-10-14 11:03:37 +01:00 |
|
Stephen Diehl
|
c061df8f06
|
Applicative combinators.
|
2016-10-14 10:56:37 +01:00 |
|
Stephen Diehl
|
4f96a523da
|
AMP fallout compatability fix.
|
2016-10-10 12:36:09 +01:00 |
|
Stephen Diehl
|
7a0e274b20
|
note and hush for #22
|
2016-10-10 11:13:26 +01:00 |
|
Stephen Diehl
|
2010cec78e
|
Mask yield, fixes #23
|
2016-10-10 11:05:40 +01:00 |
|
Stephen Diehl
|
0346b366ee
|
Remove Handler export, fixes #25.
|
2016-10-10 11:02:24 +01:00 |
|
Stephen Diehl
|
ee06770742
|
`pass` function, fixes #25 .
|
2016-10-10 11:00:42 +01:00 |
|
Stephen Diehl
|
36b56ad3a2
|
for function for #19
|
2016-09-14 09:47:47 +01:00 |
|
Stephen Diehl
|
d17fc9aab3
|
traceShow and traceShowId for #16
|
2016-08-13 16:14:15 -04:00 |
|
Stephen Diehl
|
1cb0630529
|
New symbol documentation.
|
2016-07-21 14:49:09 -04:00 |
|
Stephen Diehl
|
7aa8b6646e
|
Expose `state and `reader` functions.
|
2016-07-05 07:22:46 -04:00 |
|
Stephen Diehl
|
245dd5190e
|
Explicitly lift throwIO and throwTo.
|
2016-07-02 20:11:20 -04:00 |
|
Stephen Diehl
|
f0fd11791c
|
Add unsnoc function.
|
2016-07-01 11:25:10 -04:00 |
|
Stephen Diehl
|
f6586ba8b4
|
Change safety language flags.
|
2016-06-30 23:02:39 -04:00 |
|
Stephen Diehl
|
63d5ed625d
|
Encoding functions in scope by default.
|
2016-06-30 22:56:00 -04:00 |
|
Stephen Diehl
|
c2ca1677c8
|
Control.Exception as qualified import.
|
2016-06-30 18:49:28 -04:00 |
|
Stephen Diehl
|
b8479ebcb5
|
Move throw to Unsafe exports.
|
2016-06-30 18:48:55 -04:00 |
|
Stephen Diehl
|
89fdc587e0
|
Single SrcLoc export.
|
2016-06-30 18:28:21 -04:00 |
|
Stephen Diehl
|
cf1fa981ef
|
Remove showCallStack.
|
2016-06-30 18:14:30 -04:00 |
|
Stephen Diehl
|
cef28ed3a0
|
Remove throw and assert exports.
|
2016-06-30 17:59:09 -04:00 |
|
Stephen Diehl
|
205643ea14
|
Callstack for GHC 8.x.
|
2016-06-30 17:45:39 -04:00 |
|
Stephen Diehl
|
e2b886bb64
|
MOre specializers.
|
2016-06-30 10:59:15 -04:00 |
|
Stephen Diehl
|
0aa40b8b21
|
Don't support alternative Base.
|
2016-06-30 10:41:55 -04:00 |
|
Stephen Diehl
|
b6805513f6
|
Dependencies note.
|
2016-06-17 09:49:49 -04:00 |
|
Stephen Diehl
|
8d794da86c
|
Remove printf.
|
2016-06-09 21:18:10 -04:00 |
|
Stephen Diehl
|
78b16ebcfa
|
IO handle functions.
|
2016-06-09 20:18:55 -04:00 |
|
Stephen Diehl
|
173b86de45
|
Read actions for Strict text in scope by default.
|
2016-06-08 23:02:57 -04:00 |
|
Stephen Diehl
|
30d0bbca93
|
Debug functions to use Text.
|
2016-06-08 20:08:21 -04:00 |
|
Stephen Diehl
|
6edc320b69
|
DeriveTyepable pragma.
|
2016-06-08 19:45:33 -04:00 |
|
Stephen Diehl
|
6ae19be4b7
|
Explicit Typeable for older GHC.
|
2016-06-08 19:38:45 -04:00 |
|