Ford

Results 16 issues of Ford

I think that it is possible to think of `let in / where` as an anonymous module, that is immediately exposed to local scope and vice versa. Thus one of...

> C:\Users\AnthonyJ>apm install term3 > Installing term3 to C:\Users\AnthonyJ.atom\packages failed > > > [email protected] install C:\Users\AnthonyJ\AppData\Local\Temp\apm-install-dir-116 > > 79-3424-1q4davu\node_modules\term3\node_modules\ptyw.js > > node-gyp rebuild > > C:\Users\AnthonyJ\AppData\Local\Temp\apm-install-dir-11679-3424-1q4davu\node_mod > ules\term3\node_modules\ptyw.js>if not defined...

``` C:\Users\Lenovo>stack install ghcid Populated index cache. Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for mintty-0.1.2: Win32-2.3.1.1 from stack configuration does not match...

Isn't LISP better suited to be functional JSON?

Is it possible implement Haskell syntax for infix operators? Example : ``` lisp (infixr 4 +) (1 + 2) ``` In this sense `(infixr 4 +)` is just a shorthand...

feature

Scheme (and possibly racket) has function called `apply` and `list`. Will these function also be available in hackett? What about their type signatures? Note: Even though `apply` takes a list...

question