Gabor Greif
Gabor Greif
I have a mini patch to Rts in a repo, that could be attached here. Not sure the GHC guys will accept it though, since it does not cope with...
Many of these kind: ``` System/Plugins/PathLoader.hs:202:44: Warning: This binding for `env' shadows the existing binding defined at System/Plugins/PathLoader.hs:98:1 System/Plugins/PathLoader.hs:207:33: Warning: This binding for `env' shadows the existing binding defined at...
This pull request establishes a third way of describing node constructors for `gdiff`. The new `Meta` constructor subsumes the functionality of `Abstr` but is a bit less efficient. The usage...
Neither the `Concr` nor the `Abstr` ways of describing the subtrees of a value allow existentially typed subtrees. I have come up with a new way, but I would like...
fixing issue #5 !
Just doing a `cabal install` in a freshly cloned `categories` working copy (i.e. `master` branch). My GHC is also built today (v7.9.20140826). I get: ``` [ 6 of 11] Compiling...
Invoking like this: ``` shell hadrian/build.sh -j4 --flavour=quickest --build-root=_mybuild -c ``` The log in #22 shows a similar error: ``` Linking /Users/ggreif/ghc/hadrian/dist-newstyle/build/x86_64-osx/ghc-8.6.5/hadrian-0.1.0.0/x/hadrian/build/hadrian/hadrian ... | Running boot... | Run Configure ".":...
After opening a worksheet with associated `.hs` file (`Main` module) and too soon evaluating a cell, I get: ``` :2:1: Not in scope: `Hyper.displayIO' :3:1: Not in scope: `mooreImg' :5:38:...
These can probably modeled just like text cells. I have no idea whether the JS part supports URL-loading, though. In the meantime I found a stop-gap solution for showing locally...