Skip to content

Commit 22aa68d

Browse files
committed
README.org : aknowledgments, AUTHORS : Garion & Delmas
1 parent 5ae17b1 commit 22aa68d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

AUTHORS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Josselin Giet <josselin.giet@ens.fr>
1+
Josselin Giet <josselin.giet@ens.fr>
2+
Remi Delmas <remi.delmas@onera.fr>
3+
Christophe Garion <chritophe.garion@isae-supaero.fr>

README.org

+6
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ logic.
7070
the considered modal logic
7171
- ~--soft-ignore~: do not use ~assert-soft~ constraints, even if
7272
needed (beware, infinite loop possible in this case!)
73+
74+
** Acknowledgments
75+
76+
MOLOSS has been partly developed during an internship at
77+
[[https://www.isae-supaero.fr/en/][ISAE-SUPAERO]] and
78+
[[http://www.onera.fr/en][ONERA]].

src/ast_fo.ml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module Smap = Map.Make(String)
1313
module Sset = Set.Make(String)
1414

15-
15+
(** module for the first-order formula *)
1616
module FO = struct
1717

1818
type ident = string
@@ -128,6 +128,7 @@ end
128128
(* Formules du 1er ordre "encadrées" *)
129129
(*--------------------------------------------------------*)
130130

131+
(** module for the boxed first-order formula *)
131132
module BFO = struct
132133

133134
type atom = string

0 commit comments

Comments
 (0)