-
Right now we have a pass in the compiler, `ConstantFolding`, which essentially takes terms in rules and applies hooked functions when possible over constant arguments for functions over the Bool, Floa…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.33.0 x64
**Electron**: 2.0.11
**OS**: Mac OS X 10.14.1
**Thrown From**: [tool-bar](https://github.com/suda/toolbar) package 1.1.11
…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.14.3 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.3
**Thrown From**: [jupyter-notebook](https://github.com/jupyter/atom-notebook) pac…
-
Just recording this from a comment from @epatters on Zulip:
> [snip] Note that [graphical linear algebra](https://github.com/AlgebraicJulia/Catlab.jl/blob/master/src/linear_algebra/GLA.jl) is about…
-
#### Feature Request Description
It would make librdkafka easy for me to incorporate into a library I'm working on if it provided a function for waiting on a message queue have space available:
…
-
**Project description**
Grammatical Framework is a programming language for multilingual natural language applications.
The project contains:
- a compiler ([gf-core](https://github.com/Grammati…
-
So, I really like ekg right now, but one thing I've been wondering about for the past few days is if it would be possible to start an EKG server, with arbitrary remote clients being able to connect ba…
-
-
(Imported from [Trac #717](http://hackage.haskell.org/trac/hackage/ticket/717), reported by guest on 2010-07-23)
For my Bluetile Cabal package (
[http://hackage.haskell.org/package/bluetile](http://h…
-
While we're thinking about #3, we should be sure that type synonyms don't give another route to an ill-kinded type. Something like:
```hs
data Ord a => BST a = ...
type Pairs a = BST (a, a)
f :: …