Prev Up Next
Go backward to E.2.3 LIST_WITH_ORDER
Go up to E.2 Specifications from the Paris Proposal
Go forward to E.2.5 LIST

E.2.4 COMPOUND_SYMBOLS_ARE_NICE

spec
Compound_Symbols_Are_Nice =
 
List_With_Order[ Natural fit Elem |-> Nat,  __<__ |-> __leq__ ]
and
 
List_With_Order[ Natural fit Elem |-> Nat,  __<__ |-> __geq__ ]
then
var
l : List[Nat]
axiom
order[__geq__](l) = reverse(order[__leq__](l))
end

CoFI Document: CASL/Summary --Version 0.99-- 21 April 1998.
Comments to cofi-language@brics.dk

Prev Up Next