Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Remove duplicated deprecation message for higher kinded types (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Feb 11, 2021
1 parent 6a62de8 commit 676ac35
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Fold.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Const
import arrow.core.Either
import arrow.core.ListK
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Getter.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package arrow.optics

import arrow.KindDeprecation
import arrow.core.Either
import arrow.core.None
import arrow.core.Option
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Iso.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Either
import arrow.core.None
import arrow.core.Option
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Lens.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Either
import arrow.core.None
import arrow.core.Option
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Optional.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Either
import arrow.core.None
import arrow.core.Option
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Prism.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Either
import arrow.core.None
import arrow.core.Option
Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Setter.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Either
import arrow.typeclasses.Functor

Expand Down
1 change: 1 addition & 0 deletions arrow-optics/src/main/kotlin/arrow/optics/Traversal.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package arrow.optics

import arrow.Kind
import arrow.KindDeprecation
import arrow.core.Const
import arrow.core.Either
import arrow.core.ListK
Expand Down
5 changes: 0 additions & 5 deletions arrow-optics/src/main/kotlin/arrow/optics/hks.kt

This file was deleted.

0 comments on commit 676ac35

Please sign in to comment.