ielm icon indicating copy to clipboard operation
ielm copied to clipboard

Smart REPL (or REVL) for Elm v0.18

Results 11 ielm issues
Sort by recently updated
recently updated
newest added

## Before public * [x] Get local coordinates for mouse movement in 3D viewer; * [x] Tuples; * [x] Records; * [x] Arrays; * [x] Ensure type aliases to work,...

See: [Five-Minute Introduction](https://beta.observablehq.com/@mbostock/five-minute-introduction), and [Inputs](https://beta.observablehq.com/@jashkenas/inputs). So may be consider the integration of iELM to Observable somehow, or back?

The library: https://github.com/stoeffel/elm-interface-to-json. ...since it's more Haskell-friendly and so more resistant to changes

Not parsed: ```elm type FF = T1 | T2 Int String | T3 String | T4 { a: Int, b: String } type FFI = TI1 | TI2 Int |...

`localhost:8080` is specified in `Access-Control-Allow-Origin` header, but when there's any other server running on 8080 port, Webpack assigns the next one (i.e. `:8081`), which turns out not to be allowed.

Type this without the last line, compile: ``` "foobar" "a" 5 a : Int -> Int -> Int a b c = b + c a \s\a ``` Then add...

bug