Skip to content

Commit dd50b77

Browse files
authoredMay 11, 2022
Functor: remove accidental solution
1 parent fcaf4b6 commit dd50b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Course/Functor.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ instance Functor ((->) t) where
124124
k (a -> b)
125125
-> a
126126
-> k b
127-
(??) ff a = (\f -> f a) <$> ff
128-
-- error "todo: Course.Functor#(??)"
127+
(??) ff a =
128+
error "todo: Course.Functor#(??)"
129129

130130
infixl 1 ??
131131

0 commit comments

Comments
 (0)