File tree Expand file tree Collapse file tree 4 files changed +32
-12
lines changed Expand file tree Collapse file tree 4 files changed +32
-12
lines changed Original file line number Diff line number Diff line change 1
- (dirs bsb bsb_exe bsb_helper bsb_helper_exe bsc cmij common core depends ext
2
- frontend gentype jsoo js_parser ml syntax)
1
+ (dirs
2
+ bsb
3
+ bsb_exe
4
+ bsb_helper
5
+ bsb_helper_exe
6
+ bsc
7
+ cmij
8
+ common
9
+ core
10
+ depends
11
+ ext
12
+ frontend
13
+ gentype
14
+ jsoo
15
+ js_parser
16
+ ml
17
+ syntax)
3
18
4
19
(env
5
20
(dev
Original file line number Diff line number Diff line change 3
3
(wrapped false)
4
4
(preprocess
5
5
(action
6
- (run %{bin:cppo} -V OCAML:%{ocaml_version} %{env:CPPO_FLAGS=}
7
- %{input-file})))
6
+ (run
7
+ %{bin:cppo}
8
+ -V
9
+ OCAML:%{ocaml_version}
10
+ %{env:CPPO_FLAGS=}
11
+ %{input-file})))
8
12
(flags
9
13
(:standard -w +a-4-42-40-9-48-70))
10
14
(foreign_stubs
Original file line number Diff line number Diff line change 8
8
(flags
9
9
(:standard -w +a-4-9-40-42-44-45))
10
10
(libraries core syntax ml js_of_ocaml)
11
- (preprocess (pps js_of_ocaml-ppx)))
11
+ (preprocess
12
+ (pps js_of_ocaml-ppx)))
Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ module Time : sig
33
33
34
34
val now : unit -> t
35
35
36
- val[@ warning " -32" ] to_uint64 : t -> int64
36
+ val [@ warning " -32" ] to_uint64 : t -> int64
37
37
38
38
(* let of_uint64_ns ns = ns *)
39
39
40
- val[@ warning " -32" ] nanosecond : t
41
- val[@ warning " -32" ] microsecond : t
42
- val[@ warning " -32" ] millisecond : t
43
- val[@ warning " -32" ] second : t
44
- val[@ warning " -32" ] minute : t
45
- val[@ warning " -32" ] hour : t
40
+ val [@ warning " -32" ] nanosecond : t
41
+ val [@ warning " -32" ] microsecond : t
42
+ val [@ warning " -32" ] millisecond : t
43
+ val [@ warning " -32" ] second : t
44
+ val [@ warning " -32" ] minute : t
45
+ val [@ warning " -32" ] hour : t
46
46
47
47
val zero : t
48
48
You can’t perform that action at this time.
0 commit comments