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