howyp / ropes

Stronger strings! Declare your string format as a type, and get parsers, writers, composition and generators for free.

Home Page:https://howyp.github.io/ropes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider including a one-shot include for all external API

howyp opened this issue · comments

This has turned out to be done naturally by the design of the library, you can import the public API of each module by importing it's root package:

import ropes.core._
import ropes.dsl._
import ropes.scalacheck._

I think that anything more all-encompassing than this might be dangerous - which modules would it include?