Gatlin Johnson
Gatlin Johnson
Just for kicks I updated ghc to 7.10 and base to 4.8. Possibly for good reason, ComonadSheet, Tape, IndexedList, and NestedFunctor had build-depends restrictions ">= 4.7 && < 4.8". I...
[Example](http://hackage.haskell.org/package/ComonadSheet-0.3.0.0/docs/Control-Comonad-Sheet-Examples.html) I mean, I don't feel entitled to anything since this is free and also a really incredible library, but fwiw the haddock documentation would be a little more convenient...
When a function `f` is linear, that means: if `(f x)` is consumed exactly once, then `x` is consumed exactly once. Linearity is a constraint on how arrows may use...
I felt real smart typing out that title.
The compiler already organizes methods into a map from `Symbol` to `Set (Sigma, AnnotatedExpr (Maybe Type))`. After typechecking the non-method definitions: for each method, for each implementation, insert the more...
I am using a slightly modified version of your example code (go-iconv doesn't work on my version of Mac OS X but github.com/djimenez/iconv-go does work => my UTF8 conversion functions...