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.
- Host: gitlab.com
- URL: https://gitlab.com/RayRacine/try
- Owner: RayRacine
- License: gpl-3.0
- Created: 2018-06-07T18:03:19.564Z (almost 7 years ago)
- Default Branch: master
- Last Synced: 2024-08-04T04:05:41.336Z (9 months ago)
- Stars: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.GPL3
Awesome Lists containing this project
- awesome-racket - try - A Typed Racket Try datatype and routines for computations that throw exceptions. (Data Structures)
README
Try
===
The Try datatype and routines for computations that throw exceptions.