Fork me on GitHub
#parinfer
<
2016-01-29
>
thomas15:01:55

Hello people...

thomas15:01:13

I just installed Atom and parinfer… and I really like it!!!

thomas15:01:27

just one thing that I can’t seem to get right.

thomas15:01:10

in the code snippet I want to return [deg min] … I don’t want it inside the [ … ] of the let block. this results in a compile error as there isn’t an even number of elements inside the let.

thomas15:01:20

Any idea how I can fix this?

snoe15:01:28

so parinfer uses indentation (while in indent mode) to determine where to put brackets. If you dedent the [deg min] until it sits under the e of let parinfer should barf it out of the let bindings

thomas15:01:07

ok let me try that

thomas15:01:00

that was surprisingly easy….