Cross Reference: Constrain.hascasl
xref
: /
hets
/
HasCASL
/
test
/
Constrain.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
class Eq
class Ord < Eq
type a : Ord
op f : forall e : Ord . e -> e
op c : a
. f (f c) = c
type t : Eq
op b : t
. f b = b