Cross Reference: conservative.het
xref
: /
hets
/
Propositional
/
TestCons
/
conservative.het
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
logic Propositional
spec A =
props a, b,c
. a /\ b => c
end
spec B =
A
then %cons
props d,e,f
. d \/ e => f
end