尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
Abstract Vectors—or length-indexed lists—are classic example of a dependent type. Yet, most tutorials stay clear of any function on vectors whose definition requires non-trivial equalities between natural numbers to type check. This pearl shows how to write functions, such as vector reverse, that rely on monoidal equalities to be type correct without having to write any additional proofs. These techniques can be applied to many other functions over types indexed by a monoid, written using an accumulating parameter, and even be used to decide arbitrary equalities over monoids ‘for free.’
DOI 原文 ·
@article{paperbot1622,
title = {A well-known representation of monoids and its application to the function ‘vector reverse’},
author = {WOUTER SWIERSTRA},
journal = {Journal of Functional Programming},
volume = {32},
year = {2022},
doi = {10.1017/s0956796822000065}
}