Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jan 10, 2025
1 parent a99ac66 commit f091d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/compiler/CustomFix.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* In this file, we prove various strengthenings of Fix_eq.
Most of the file is nearly-verbatim copied from the stdlib file where Fix_eq is proven.
The main goal is to get general recursion even when one argument to the recursive function is a function (without using funext). *)
The main goal is to get general recursion even when some arguments to the recursive function is a function (without using funext). *)

(*Here we have, supposedly, maximum generality: dependent types and arbitrary equivalence relations*)
Section GeneralFixPoint.
Expand Down

0 comments on commit f091d97

Please sign in to comment.