Skip to content
Commit 698d3001 authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Finally, move the subtype predicate storage to the Variable.

Since the predicate subtype can be set per variable, move that logic to the
Variable class, away from the Type class.  Before, Type disagreed on whether
two instances could be equal, and whether they could be easily duplicated.
This makes the distinction unimportant.  It does neuter the custom type
functionality in VariableParser some, but that can be added back later.
parent 64345eb1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment