~~~ operator & more uses
~~~
Added a unary ~~~ operator for converting back to a tagged status.
More uses
# Default
use Exceptional
# Only operators
use Exceptional, only: :operators
#Only named functions
use Exceptional, only: :named_functions
# If you like to live extremely dangerously. This is _not recommended_.
# Please be certain that you want to override the standard lib before using.
use Exceptional, include: :overload_pipe