Skip to content

Refactor of Exceptions

Tomaz Mascarenhas requested to merge exceptions-refactor into dev

Centralizing the definition of all exceptions in Cduce_core in a single module lang/lib/cduce_error.ml, packed as the new type error_t together with the location where the exception occurred.

Merge request reports