summaryrefslogtreecommitdiffstats
path: root/src/act4e_solutions/maps.py
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-21 12:24:14 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-21 12:24:14 +0100
commitcc712ed5fdf07e24af3ac0a133f483c506af55a9 (patch)
treef878dc90bc61fc65ef256d68f7d06586eab8dafe /src/act4e_solutions/maps.py
parentBump to version 7.1.2202211122 [ci skip] (diff)
downloadact4e-cc712ed5fdf07e24af3ac0a133f483c506af55a9.tar.gz
act4e-cc712ed5fdf07e24af3ac0a133f483c506af55a9.zip
skeletons
Diffstat (limited to 'src/act4e_solutions/maps.py')
-rw-r--r--src/act4e_solutions/maps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/act4e_solutions/maps.py b/src/act4e_solutions/maps.py
index cf4e98f..4984eef 100644
--- a/src/act4e_solutions/maps.py
+++ b/src/act4e_solutions/maps.py
@@ -7,7 +7,7 @@ B = TypeVar("B")
C = TypeVar("C")
-class MyFiniteMapOperations(I.FiniteMapOperations):
+class SolFiniteMapOperations(I.FiniteMapOperations):
@overload
def identity(self, s: I.FiniteSet[A]) -> I.FiniteMap[A, A]:
...