Harry Sarson
Harry Sarson
Could `√` be treated as a function rather than an operator. Then parenthesis are required and no one has to worry about operator precidence? People would write `√(9)` rather than...
Re `ComplexInfinity` I think there are upto XXX different infinities we _could_ have: 1. `±∞ + 0i` 2. `0 ± ∞i` 3. `∞̃` (ComplexInfinity: infintite magnitude and unknown/unspecified/undefined argument) Currently...
Hey sorry for the slowness, I have been thinking about this issue though. I think [this](https://hackmd.io/SqWY4tQYQRup_1tHS2_8lg) is the behaviour we want. Does this agree with your thinking so far @georgemarklow?
I will definitely keep this in on my radar but I cannot promise I will make much progress anytime soon
Sorry I should have been clear: there is no trailing whitespace in the string I am snapshotting. The trailing whitespace **is added by syrupy** to multiline strings that do not...
Thanks > To confirm, this is in snapshots or the source files? In the snapshot files. I think my specific request here is: (configurably?) generate snapshot files that do **not**...
Out of interest: do you have a benchmark?
Wow, I see a huge improvement. Looks like by removing the `F2` wrappers we get a massive performance gain.  ```js var $author$project$Main$currentlength = function (list) { return A3( $elm$core$List$foldl,...
`sed -i "s/'$' in value/(value \!== null \&\& '\$' in value)/" ./elm.js`
Is a hack but something alone these lines might work: ```js const log = name => { const p = typeof Promise === 'undefined' ? undefined : Promise.reject("you must pass...