# nonempty-wrapper-QuickCheck Create NonEmpty version of any container. `QuickCheck` `instance`. ## Example: ``` type NonEmptyText = NonEmpty Text ```