Skip to content

Commit f4c9cb9

Browse files
committed
Fix SpecLifters indentation (PR #1692)
1 parent 56fff3c commit f4c9cb9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/lifters/specLifters.ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ end
1212

1313
module 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

2222
module DomainLifter (N: NameLifter) (F: LatticeLifter) (S:Spec)
2323
: Spec with module G = S.G
@@ -126,12 +126,12 @@ end
126126

127127
module 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

136136
module ContextLifter (N: NameLifter) (F: PrintableLifter) (S:Spec)
137137
: Spec with module D = S.D

0 commit comments

Comments
 (0)