Skip to content

Commit

Permalink
Close #89 - Add all package to refined4s.types and make it contain …
Browse files Browse the repository at this point in the history
…all packages in the types package
  • Loading branch information
kevin-lee committed Dec 10, 2023
1 parent fbeeca2 commit 99f3569
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package refined4s.types

/** @author Kevin Lee
* @since 2023-12-10
*/
trait all extends numeric with strings with network
object all extends all

0 comments on commit 99f3569

Please sign in to comment.