Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
The same goes for `cancel-in-progress` in `Concurrency`, for example: ```yaml concurrency: group: ${{ github.ref }} cancel-in-progress: ${{ github.event_name == 'pull_request' }} ```
Possibly related is that I found that this plugin broke abbreviations and macros using `f`. Example: https://github.com/samhh/dotfiles/blob/657b128801a631779906fc289434100a40012604/headful/cfg/nvim/ftplugin/typescript.vim#L8
NB there's also [sum-types](https://github.com/unsplash/sum-types).
> Variant is dual to Record which does have a module in fp-ts, so it is at the same "level" I wouldn't necessarily semantically agree. There are multiple modules that...
Will require newtypes unlike `NonEmptyArray`.
String too.
NonEmptyString: https://github.com/samhh/fp-ts-std/commit/198cb9d20258f741e62125553928ec32de9de1d5 I've been a bit lazy about porting the examples and the various utilities. Contributions welcome :angel:
99b7512 is fine. Something since then has caused it.
b3767a9 is also fine.
51fd5bf all good.