-
1. Too dark (especially green, blue).
2. White (vanilla light) color should be the predominant one (switch green with white?)
3. Colors, which represents closely related semantic structures (green and…
-
Starting from [@rocketnia's comments atop ns.arc](https://github.com/arclanguage/anarki/blob/master/lib/ns.arc), what would it take to build a module system into arc?
@akkartik you said, ["we tend t…
-
Compiling either at the base directory or in 'inline-r' gives the following linker error:
```
inline-r-0.7.1.0: build
inline-r-0.7.1.0: install
H-0.7.0.0: build
HaskellR-examples-0.1.0.0: build
ihask…
-
When I make a type
```
data Color = Red | Green | Blue
```
and then call `genSingletons`, I get nice singletons like `SGreen :: Sing Green`. It would be nice to be able have it named `Green` instead…
-
If I try to install this package with ghc 7.6.3 on my Mac, it builds nothing. Only if I manually edit the `bytestring_has_builder` flag in the `.cabal` file to `False` does anything actually happen. T…
-
Just thought I would throw this out there. Doing `cog-bind` on the following craziness
```
(BindLink
(VariableList (stv 1.000000 0.000000)
(VariableNode "$A") ; [80]
(VariableNod…
-
In order to work around #32 I wrote this:
```
return [cstm| #pragma omp parallel sections
{
$stm:( [cstm| #pragma omp section
$stm:s1 \|\]
…
-
To make installation of executables that use this library simple, the library should include all necessary resources, like the JS driver code or HTML pages, in the compiled executable and not refer to…
-
Somewhy ImportsOpt is not added for quasiquotation tokens. Needs investigation
-
Haddock fails with the message
```
During interactive linking, GHCi couldn't find the following symbol:
threepennyzmguizm0zi1zi0zi0_GraphicsziUIziThreepennyziInternalziInclude_include_closure
```
It…