Eric Kow
Eric Kow
If I understand correctly, cabal-dev add-source uses sdist to copy dependencies to a sandbox. For various reasons, however, some packages cannot be effectively packaged using sdist. Perhaps it would make...
For various reasons, I have ${HOME}/.bin in my path earlier than where the Haskell Platform is. I also have a version of cabal install in there which then gets picked...
Something like suite sem [sentence] [sentence] Maybe in the same format as the suites?
_sigh_ If we save lexical selection (inspect lex sel) and load it back in, we get a parse error (appears in GenI 0.21 and 0.23-ish)
OK, it doesn't have to be a monad. But I want to have some sort of abstraction that guarantees that when I do unification on something, the results from previous...
See: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HaLeX This may affect the polarity automaton performance, but (a) probably not by much and (b) it would only be overhead. The really important thing is to be fanatical...
One of the persistent problems in trying to use GenI for anything complicated is that we often want to encode interesting things in the features: lists, trees, etc. GenI features...
GenI should not crash if ViewTAG is not found; it should do something friendlier like give a pop-up box.
(foo (x y)) will give the linear order y x...