From f5528229544e242880439cbfc6fcb0084609dbe2 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 22 Mar 2016 15:29:54 +0100 Subject: [PATCH] TODO --- theories/functions.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/functions.v b/theories/functions.v index 60dbdb20..ebc83e2d 100644 --- a/theories/functions.v +++ b/theories/functions.v @@ -8,7 +8,7 @@ Section definitions. λ (g : T → T) a f b, if decide (a = b) then g (f a) else f b. End definitions. -(* For now, we only have the properties here that do not need a notion +(* TODO: For now, we only have the properties here that do not need a notion of equality of functions. *) Section functions. -- GitLab