XInternal.hascasl.output revision 2f2237571ed7885b0f1ccb2c17996e8922f3d12d
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