hmemcpy / milewski-ctfp-pdf

Bartosz Milewski's 'Category Theory for Programmers' unofficial PDF and LaTeX source
https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/
Other
10.84k stars 572 forks source link

Make spaces after functors consistent #320

Closed EFanZh closed 8 months ago

EFanZh commented 8 months ago

I found that when applying a functor, the usages of spaces are inconsistent. Some are like F f, while others would add an explicit space like F\ f. Now I am not sure which one is more correct. I am choosing the first one because it seems to have more usages.

drupol commented 8 months ago

Could you please rebase ?

EFanZh commented 8 months ago

Done.

drupol commented 8 months ago

Thanks again !