about summary refs log tree commit diff
path: root/users/Profpatsch
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch')
-rw-r--r--users/Profpatsch/lens.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/lens.nix b/users/Profpatsch/lens.nix
index 3c429bbdb1..db102d8b1a 100644
--- a/users/Profpatsch/lens.nix
+++ b/users/Profpatsch/lens.nix
@@ -89,6 +89,8 @@ let
       (attrs: a: attrs // { ${name} = a; });
 
   # Setter :: (->) a b -> (->) s t
+  # Setter :: (a -> b) -> (s -> t)
+
 
   # Subclasses of profunctor for (->).
   # We only have Strong for now, but when we implement Choice we need to add it here.