Skip to content

Commit

Permalink
Move DefaultParser/0 to the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
morgen-peschke committed Apr 18, 2024
1 parent 7cf1096 commit b5ca45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

package cats.parse.extra

import cats.parse.Parser
package cats.parse

/** Typeclass for "has a Parser"
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

package cats.parse.extra

import cats.parse.{Parser, Parser0}
package cats.parse

/** Typeclass for "has a Parser0"
*
Expand Down

0 comments on commit b5ca45f

Please sign in to comment.