paperbot · PL 论文追踪

RSS

What’s the difference? a functional pearl on subtracting bijections

ICFP 2(ICFP)2018
Brent A. Yorgey, Kenneth Foner

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

It is a straightforward exercise to write a program to "add" two bijections---resulting in a bijection between two sum types, which runs the first bijection on elements from the left summand and the second bijection on the right. It is much less obvious how to "subtract" one bijection from another. This problem has been studied in the context of combinatorics, with several computational principles known for producing the "difference" of two bijections. We consider the problem from a computational and algebraic perspective, showing how to construct such bijections at a high level, avoiding pointwise reasoning or being forced to construct the forward and backward directions separately---without sacrificing performance.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot284,
  title = {What’s the difference? a functional pearl on subtracting bijections},
  author = {Brent A. Yorgey and Kenneth Foner},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {2},
  number = {ICFP},
  year = {2018},
  doi = {10.1145/3236796}
}