Skip to content

Commit f030029

Browse files
committed
CHJ:jchcost: fix warnings and reformat
1 parent eebd6fd commit f030029

34 files changed

+795
-814
lines changed

CodeHawk/CHJ/jchcost/dune

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
(libraries chlib chutil jchlib jchpoly jchpre jchsys zarith)
44
(public_name codehawk.jchcost)
55
(wrapped false))
6-
7-
(env
8-
(dev
9-
(flags (:standard -warn-error -A))))

CodeHawk/CHJ/jchcost/jCHCostAPI.mli

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
Author: Henny Sipma
44
------------------------------------------------------------------------------
55
The MIT License (MIT)
6-
6+
77
Copyright (c) 2005-2020 Kestrel Technology LLC
8+
Copyright (c) 2020-2025 Henny B. Sipma
89
910
Permission is hereby granted, free of charge, to any person obtaining a copy
1011
of this software and associated documentation files (the "Software"), to deal
1112
in the Software without restriction, including without limitation the rights
1213
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1314
copies of the Software, and to permit persons to whom the Software is
1415
furnished to do so, subject to the following conditions:
15-
16+
1617
The above copyright notice and this permission notice shall be included in all
1718
copies or substantial portions of the Software.
18-
19+
1920
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2021
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2122
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -62,7 +63,7 @@ class type sidechannelcheck_int =
6263

6364
class type costmodel_int =
6465
object
65-
66+
6667
(* utility *)
6768
method mk_bottom: 'a
6869
method mk_top : 'a
@@ -88,7 +89,7 @@ object
8889
(* xml *)
8990
method write_xml_cost: xml_element_int -> 'a -> unit
9091
method save_xml_class: class_info_int -> unit
91-
method save_xml_atlas_class: class_info_int -> unit
92+
method save_xml_atlas_class: class_info_int -> unit
9293
method read_xml_cost: xml_element_int -> unit
9394
method read_xml_class: class_info_int -> unit
9495

0 commit comments

Comments
 (0)