CompoundList.hascasl.output revision 0a39036fa485579a7b7c81cdd44a412392571927
type List [Elem]
op c : List [Elem]
op c : ? List [Elem]
%% Type Constructors -----------------------------------------------------
List[Elem] : Type
%% Assumptions -----------------------------------------------------------
c : ? List[Elem] %(op)%
%% Diagnostics -----------------------------------------------------------
### Warning 3.4, overlapping declaration of 'c'