Robert Fischer
Robert Fischer
[`debug`](https://www.npmjs.com/package/debug) allows people to opt in or out of logging statements, which is nice for developers. The `supports-color` module allows `debug` to use a wider range of colors (based on...
Is there a way to validate to `Record` types in TOI? Specifically, how would I define `validator` such that: ``` const foo:Record = validator(bar); ```
I've gotten to the point where I'd like to store a list-of-lists (`[(StrictText,StritctText)]` -> `TEXT[][]`), but then I stumbled across the sad comment that multidimensional arrays are not currently supported....
Getting a bunch of these issues using this build: ``` resolver: lts-9.21 compiler: ghcjs-0.2.1.9009021_ghc-8.0.2 compiler-check: match-exact setup-info: ghcjs: source: ghcjs-0.2.1.9009021_ghc-8.0.2: url: https://github.com/matchwood/ghcjs-stack-dist/raw/master/ghcjs-0.2.1.9009021.tar.gz sha1: b1740c3c99e5039ac306702894cd6e58283f4d31 ``` Here is what the errors...