Skip to content

Commit 4d80257

Browse files
remove unused imports
1 parent 49ce444 commit 4d80257

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kategory/src/main/kotlin/kategory/instances/WriterTInstances.kt

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package kategory
22

3-
import kategory.typeclasses.Alternative
4-
53
interface WriterTApplicative<F, W> : Applicative<WriterTKindPartial<F, W>>, WriterTFunctor<F, W> {
64

75
override fun F0(): Monad<F>

0 commit comments

Comments
 (0)