File: types-sparse.ml.ref

package info (click to toggle)
ocamlformat 0.28.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,436 kB
  • sloc: ml: 63,321; pascal: 4,769; lisp: 229; sh: 217; makefile: 121
file content (256 lines) | stat: -rw-r--r-- 4,891 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
type uu =
  | A of int
  | B of (< leq : 'a > as 'a)

type uu =
  | A of int
  | B of (< leq : 'a > as 'a) * 'a

type uu =
  | A of (int as 'a)
  | B of 'a * (< leq : 'a > as 'a)

type uu += A of (int as 'a)
type uu += B of 'a * (< leq : 'a > as 'a)

let _ = ignore Async_unix.Fd.(([ stdin (); stdout (); stderr () ] : t list))

type t = { x : int }

type t = {
  a : int;
  b : int;
}

type t =
  [ `A
  | `B
  ]

type loooooooooong_type = {
  looooooooooooong_field : looooooooooooong_type;
  field2 : type2;
}

type t = A of (int * int) * int
type t = A of int * int
type t = A of (int * int)

let _ = match x with Some (Some None) -> t

type t = ..
type t = private ..
type t = u = private ..
type t += A
type t += B = A
type 'a foo = A of (int -> 'a)
type 'a foo += A of (int -> 'a)
type 'a foo += A : (int -> 'a) -> int foo
type t = [ | a ]
type t = private [< a ]
type t = private [> a ]

type t =
  [ a
  | b
  ]

type t =
  [ a
  | b
  | `C
  ]

type t =
  [ `a
  | b
  ]

type t = |
type t = [> ]

type loooooooooooooong_type =
  [ `Looooooooooooooooooong_type of int
  | `Looooooooooooooooooooong_variant of string
  ]

type loooooooooooooong_type =
  [ `Looooooooooooooooooong_type of int  (** Doc *)
  | `Looooooooooooooooooooong_variant of string (* Comment *)
  ]

let (`A | `B) [@bar] = ()

type t =
  | Internal_error of
      [ `Doc_comment of
        [ `Moved of Location.t * Location.t * string
        | `Unstable of Location.t * string
        ]
      ]

val x :
  [ `X of int
    (** foooooooooooooooo foooooooooooooooooooooooo fooooooooooooooooooooooo
        fooooooooooooooooooo fooooooooooooooo *)
  ]

val x :
  [ `X of
    int
    * foooooooooooooo
    * fooooooooooo
    * fooooooooooo foooooooooo
    * foooooooooooo
    (** foooooooooooooooo foooooooooooooooooooooooo fooooooooooooooooooooooo
        fooooooooooooooooooo fooooooooooooooo *)
  ]

val x :
  [ `X of int (* booooom *)
    (** foooooooooooooooo foooooooooooooooooooooooo fooooooooooooooooooooooo
        fooooooooooooooooooo fooooooooooooooo *)
  ]

val x :
  [ `X of
    int
    * foooooooooooooo
    * fooooooooooo
    * fooooooooooo foooooooooo
    * foooooooooooo
    (* boooooom *)
    (** foooooooooooooooo foooooooooooooooooooooooo fooooooooooooooooooooooo
        fooooooooooooooooooo fooooooooooooooo *)
  ]

type voting_period =
      Tezos_client_alpha.Proto_alpha.Alpha_context.Voting_period.kind =
  | Proposal
  | Testing_vote

(** foooooooo *)
type voting_period =
      (* foooooooooooo *)
      (* foooooooooo ooooooooooooooooo ooooooooooooo *)
      Tezos_client_alpha.Proto_alpha.Alpha_context.Voting_period.kind
      (* fooooooooooooooo oooooooooooooooooooo ooooooooooooooooooooo *)
      (* fooooo *) =
  (* foooooooooo *)
  | Proposal
  | Testing_vote  (** fooooooooooo *)

type ('context,
       'f_in,
       'f_out,
       'captured_types,
       'markers_in,
       'markers_out,
       'list_constraint)
     templ_matcher = {
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
}

type ('context,
       'f_in,
       'f_out,
       'captured_types,
       'markers_in,
       'markers_out,
       'list_constraint)
     templ_matcher =
      ( 'context,
        'f_in,
        'f_out,
        'captured_types,
        'markers_in,
        'markers_out,
        'list_constraint )
      templ_matcher = {
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
  on_objc_cpp : 'context -> 'f_in;
}

type ('context,
       'f_in,
       'f_out,
       'captured_types,
       'markers_in,
       'markers_out,
       'list_constraint)
     templ_matcher +=
  | On_objc_cpp : 'context -> 'f_in
  | On_objc_cpp : 'context -> 'f_in
  | On_objc_cpp : 'context -> 'f_in
  | On_objc_cpp : 'context -> 'f_in

module type A = sig
  type t := A.t

  type a := A.a
  and b := A.b

  type t := A.t =
    | A
    | B

  type t :=
    | A
    | B

  type t := A.t = {
    a : int;
    b : int;
  }

  and t := {
    a : int;
    b : int;
  }

  type t := A.t = ..
  type t := ..
end

type t =
  [ `A  (** A *)
  | `B [@b]  (** B *)
  | (p[@p]) (* P *)
  ]

type foooooooooooooooo =
  ?fooooooooo:(string -> unit) ->
  ?fooooooooooooo:
    (string ->
    string ->
    int ->
    string ->
    string option foooooooooooooooooooooooo) ->
  fooooo:string ->
  ?fooooooooo:(unit -> unit Fooo.t) ->
  ?fooooooo:bool ->
  string option Foooooooo.t

type ' a' t = ' a'
type ' a' t = ' a' option
type ' a' t = int as ' a'
type t = { a : ' a'. ' a' t' }

type t =
  | Foo
  | (* Redirect (None, lib) looks up lib in the same database *)
    Redirect of db option * (Loc.t * Lib_name.t)

type t =
  | Foo
  | Store of {
      exp1 : Exp.t;
      typ : Typ.t option;
      exp2 : Exp.t;
      loc : Location.t;
    }  (** *exp1 <- exp2 with exp2:typ *)