An open API service indexing awesome lists of open source software.

https://gitlab.com/RayRacine/try

The 'Try' datatype for Typed Racket. Try wraps a computation that may throw an exception. Try intercepts the exception and handles it with user provided handler.
https://gitlab.com/RayRacine/try

Last synced: 5 months ago
JSON representation

The 'Try' datatype for Typed Racket. Try wraps a computation that may throw an exception. Try intercepts the exception and handles it with user provided handler.

Awesome Lists containing this project

README

        

Try
===
The Try datatype and routines for computations that throw exceptions.