XInternal.hascasl.output revision a59f2017dfc311ece7afcea3e8a3ceceac77ba5a
internal
{sort s, t;;
fun o, q : s -> t;;
. o = q;
}
%% Type Constructors -----------------------------------------------------
s : Type
t : Type
%% Assumptions -----------------------------------------------------------
o : s -> t %(fun)%
q : s -> t %(fun)%
%% Sentences -------------------------------------------------------------
o = q