Skip to content

Commit

Permalink
Merge pull request #20 from Kevin-Lee/task/19/add-all-syntax
Browse files Browse the repository at this point in the history
Close #19 - Add all syntax to extras-cats
  • Loading branch information
kevin-lee committed Aug 23, 2021
2 parents 33b0829 + 8ac4bf1 commit 4cb1f87
Show file tree
Hide file tree
Showing 6 changed files with 931 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package extras.cats.syntax

trait AllSyntax extends OptionSyntax with EitherSyntax
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package extras.cats
* @since 2021-08-21
*/
package object syntax {
object all extends AllSyntax
object either extends EitherSyntax
object option extends OptionSyntax
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package extras.cats.syntax

trait AllSyntax extends OptionSyntax with EitherSyntax
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package extras.cats
* @since 2021-08-21
*/
package object syntax {
object all extends AllSyntax
object either extends EitherSyntax
object option extends OptionSyntax
}
Loading

0 comments on commit 4cb1f87

Please sign in to comment.