Proofreading FirstClassFunctions

This commit is contained in:
Adam Chlipala 2020-02-09 13:17:48 -05:00
parent a0993b537d
commit c050ec21ae

View file

@ -164,7 +164,7 @@ Fixpoint sorted {A} (le : A -> A -> bool) (ls : list A) : bool :=
end
end.
(* [insert] preserves sortedness. Note the crucial hypothesis that comaprator
(* [insert] preserves sortedness. Note the crucial hypothesis that comparator
* [le] is *total*: any two elements are related by it, in one order or the
* other. *)
Lemma insert_sorted : forall {A} (le : A -> A -> bool) a,