Skip to content

~~~ operator & more uses

Choose a tag to compare

@expede expede released this 31 Aug 15:07
· 25 commits to master since this release

~~~

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