File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212
1313module type LatticeLifter =
1414 functor (L : Lattice.S ) ->
15- sig
16- include Lattice. S
15+ sig
16+ include Lattice. S
1717
18- val lift : L .t -> t
19- val unlift : t -> L .t
20- end
18+ val lift : L .t -> t
19+ val unlift : t -> L .t
20+ end
2121
2222module DomainLifter (N : NameLifter ) (F : LatticeLifter ) (S :Spec )
2323 : Spec with module G = S. G
@@ -126,12 +126,12 @@ end
126126
127127module type PrintableLifter =
128128 functor (P : Printable.S ) ->
129- sig
130- include Printable. S
129+ sig
130+ include Printable. S
131131
132- val lift : P .t -> t
133- val unlift : t -> P .t
134- end
132+ val lift : P .t -> t
133+ val unlift : t -> P .t
134+ end
135135
136136module ContextLifter (N : NameLifter ) (F : PrintableLifter ) (S :Spec )
137137 : Spec with module D = S. D
You can’t perform that action at this time.
0 commit comments