Closed palmskog closed 1 year ago
aac_append_Proper
What is this good for?
Require Import Morphisms List.
Type fun A => _ : Proper (eq ==> eq ==> eq) (@app A).
already succeeds
@SkySkimmer I didn't write the code, it's likely been around for 10+ years. But if I want the automatic Proper
instance available to library users, I'd have to export Morphisms
, right?
OK, let's skip the Proper
lemma then.
The following lemma should be transferred to Coq's Stdlib: