Stephen Diehl
|
e72d06929e
|
Hold off on exporting TypeInType machinery
|
2017-01-03 14:13:25 +00:00 |
|
Stephen Diehl
|
39d56792ce
|
Fix up PBase exports, expose Generics metadata
|
2017-01-02 13:28:21 +00:00 |
|
Stephen Diehl
|
3994639b2b
|
Mask supporting modules
|
2017-01-02 12:06:37 +00:00 |
|
Stephen Diehl
|
03f5746e96
|
Rework implicit exports to be explicit.
|
2017-01-02 11:46:11 +00:00 |
|
Stephen Diehl
|
070ac54067
|
Fix byteswap functions under GHC 7.6
|
2017-01-02 10:59:05 +00:00 |
|
Stephen Diehl
|
e452604224
|
Fix Void and Proxy under GHC 7.6
|
2017-01-02 10:53:01 +00:00 |
|
Stephen Diehl
|
e836d3f690
|
stack test harness
|
2017-01-02 10:45:43 +00:00 |
|
 Ian JeffriesandStephen Diehl
|
51fdf38c71
|
Rename msg to fatalErrorMessage. (#34)
This is to free up `msg` as a variable name.
|
2017-01-01 18:45:08 -05:00 |
|
Stephen Diehl
|
d0e81532af
|
Use Data.Function (&) if base>4.8, fixes #33
|
2017-01-01 23:43:43 +00:00 |
|
Stephen Diehl
|
4a2ea2735b
|
Merge branch 'docs'
Conflicts:
CHANGES.md
|
2017-01-01 20:24:57 +00:00 |
|
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
|
fb6a942954
|
export generic list functions
|
2016-12-08 09:55:27 +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 |
|