You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
system my.test.System1
auxiliary {
aux(String s) : Integer
}
judgments {
type |- Object o
}
and this extended system
system my.test.System extends System1
auxiliary aux(String s) { 0 }
axiom TestAxiom G |- Object o
The auxiliary function raises an error since it the auxiliary description from the super system is not checked.
In general, at the moment, an auxiliary function cannot override an auxiliary function from a supersystem (while it is possible to override an auxiliary description).
The text was updated successfully, but these errors were encountered:
Given this first system
and this extended system
The auxiliary function raises an error since it the auxiliary description from the super system is not checked.
In general, at the moment, an auxiliary function cannot override an auxiliary function from a supersystem (while it is possible to override an auxiliary description).
The text was updated successfully, but these errors were encountered: