Phil Freeman

Results 93 issues of Phil Freeman

This adds a wrapper for the `ts_node_child_by_field_name` function directly (c.f. #99) . I realized, as I was working on this, that it is already possible to use the generated property...

type: enhancement
typechecker

Instead of proxy types, I would like to consider adding pi types, as an alternative to `forall` which requires explicit type application. *Pros* - Unlike GHC's type applications, the order...

typechecker

Extracted from #2963 Instead of doing DCE in `purs bundle`, we could do this instead: - Provide a tool to extract dependencies from the functional core, and save the graph...

type: enhancement
codegen
purs bundle

- [ ] AdditionalProperty - [ ] AmbiguousTypeVariables - [x] ArgListLengthsDiffer - [x] CannotDefinePrimModules - [x] CannotDerive - [ ] CannotDeriveNewtypeForData - [ ] CannotFindDerivingType - [ ] CannotGeneralizeRecursiveFunction -...

Copied from https://github.com/purescript/roadmap/issues/50

Copied from https://github.com/purescript/roadmap/issues/43

It would be nice to add page titles if possible. I'm not sure if this is a quick fix by modifying the existing script or not, but we can close...

It would be great to be able to use `Arbitrary` instances for response types to automatically mock a service based on its type definition, without having to write/use any actual...

We construct several directory and file paths using ``. If a package set, package or tag name has path parts in its name such as `..`, then this allows `psc-package`...

bug