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
In order write more core functionality with Zia, "is_concrete" concept can be used to determine if a concept is concrete or not e.g. label_of is_concrete and a is_concrete -> false
which could prevent the need for a specialised fields inside the Concept type which will simplify serialisation for persistent storage of cpntext snapshot.
It shouldn't be possible to define a concept as concrete: let a is_concrete -> contradiction and let label_of is_concrete -> redundant.
The text was updated successfully, but these errors were encountered:
In order write more core functionality with Zia, "is_concrete" concept can be used to determine if a concept is concrete or not e.g.
label_of is_concrete
anda is_concrete -> false
This can help define rules in Zia such as
which could prevent the need for a specialised fields inside the
Concept
type which will simplify serialisation for persistent storage of cpntext snapshot.It shouldn't be possible to define a concept as concrete:
let a is_concrete -> contradiction
andlet label_of is_concrete -> redundant
.The text was updated successfully, but these errors were encountered: