12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485type'alazy_t='aCamlinternalLazy.t(*
type 'a lazy_t_ = 'a lazy_t
type 'a lazy_t = 'a lazy_t_
*)typein_channel_=in_channeltypein_channel=in_channel_typeout_channel_=out_channeltypeout_channel=out_channel_typenonrecfloatarray=floatarraytype('a,'b,'c,'d,'e,'f)format6=('a,'b,'c,'d,'e,'f)CamlinternalFormatBasics.format6(*
type floatarray = float array
type ('a, 'b, 'c, 'd, 'e, 'f) format6_ =
('a, 'b, 'c, 'd, 'e, 'f) format6
type ('a, 'b, 'c, 'd, 'e, 'f) format6 =
('a, 'b, 'c, 'd, 'e, 'f) format6_
(*
type ('a, 'b, 'c, 'd, 'e, 'f) format6 =
('a, 'b, 'c, 'f) format4
*)
*)typenonrecbytes=bytes(*
type bytes = string
*)type('a,'b)result=('a,'b)Stdlib.result=(*
('a, 'b) Pervasives.result =
(*
(*
('a, 'b) Result.result =
*)
*)
*)|Okof'a|Errorof'btype'aseq=unit->'aseq_nodeand'aseq_node='aSeq.node=|Nil|Consof'a*'aseq(*
type 'a seq = unit -> 'a seq_node
and 'a seq_node =
'a Seq.node =
| Nil
| Cons of 'a * 'a seq
*)(*
type ('a, 'b) either = ('a, 'b) Either.t =
| Left of 'a
| Right of 'b
*)type('a,'b)either=|Leftof'a|Rightof'b