Carter Tazio Schonwald

Results 62 issues of Carter Tazio Schonwald

cabal 2.0 has more complete new build support ``` [new-style projects (beta)] new-build Compile targets within the project. new-configure Add extra project configuration new-repl Open an interactive session for the...

![screen shot 2017-05-03 at 1 31 43 pm](https://cloud.githubusercontent.com/assets/4290/25673320/efbf289c-3004-11e7-96c4-74e8018107a7.png)

``` 'build_then_warnings': { 'message': 'Building', 'steps': { 'cabal': [['new-build'], ['new-build', '-v0', '--ghc-options=-fforce-recomp -fwrite-interface -fno-code']], 'stack': [['build']] # FIXME: What commands to use? } }, 'typecheck_then_warnings': { 'message': 'Checking', 'steps': {...

depending on how you wanna use mesures on the reals, it *seems* to me that something like having measures provide a sorta of "valuation" function on the elements of their...

two different issues I think 1) missing include on mac (assumes brew'd fltk has non existent header ..) 2) -fbundled unbuildable on mojave + cli tools 1) i get the...

i was going to have a look at understanding some the the C stuff... but isn't visible from git :(

The pattern seems to be when the base sealed trait has several parameters eg `sealed trait Foo[A]` but the child class instantiates them `case class Bar(..) extends Foo[SomeConcreteType]` i'm hoping...

derivation
magnolia

i'm having a hard time finding info in the tests etc :)

https://github.com/cartazio/ralist/blob/cd2a6c65baf4b4ee7f8d316e57e282087f89c07e/.github/workflows/hs-matrix.yml Or provide it as an example. I still wanna tweak some things. But it has a lot of nice things like working caching. Plus a small digital memorial for...

re: cache

does v1 track most recent 1.*.*? does v1.1 track most recent 1.1.*?