Skip to content
Snippets Groups Projects
Commit 198a5489 authored by Philippe Suter's avatar Philippe Suter Committed by Etienne Kneuss
Browse files

Fixed ClassLoader issue and type errors in evaluation.

This fixes the classloader issue that we had, where, in codegen, a
library class would be loaded twice and be incompatible with itself.

It also fixes an oversight in evaluating expressions, where the returned
ground term was sometimes untyped (typically: empty sets and the like).
We now copy the type of the (unevaluated) expression in such situations.
parent 1a0b9f93
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment