Andrew Martin

Results 84 issues of Andrew Martin

I've got this defined in one of my projects: ``` newtype ShortText# :: TYPE ('BoxedRep 'Unlifted) where ShortText# :: ByteArray# -> ShortText# lift :: ShortText# -> ShortText lift (ShortText# x)...

This does not work with GHCJS because of it uses the c ffi. Not sure if there's a great workaround for this.

help wanted

Do not merge this. I'm just experimenting with ways to get more diagnostic information.

Currently, this is nowhere close to the shape it would need to be in to be merged. Here are the issues that need to be addressed: * The implementation of...