Skip to content

Commit 1ee2d46

Browse files
committed
dune fmt
1 parent 95edb42 commit 1ee2d46

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/lsc_eval.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ let ( let* ) x f = Result.bind x ~f
77

88
type configuration = constellation * constellation
99

10-
1110
let fmap_ban ~f = function
1211
| Ineq (b1, b2) -> Ineq (f b1, f b2)
1312
| Incomp (b1, b2) -> Incomp (f b1, f b2)

src/sgen_eval.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ let rec eval_sgen_expr (env : env) :
9494
List.fold_left t ~init:(Ok init) ~f:(fun acc x ->
9595
let* acc = acc in
9696
let origin = acc |> Marked.remove_all |> Marked.make_state_all in
97-
eval_sgen_expr env (Focus (Exec (false, Group [ x; Raw origin ]))) )
97+
eval_sgen_expr env (Focus (Exec (false, Group [ x; Raw origin ]))) )
9898
in
9999
res |> Result.return
100100
| Eval e -> (

0 commit comments

Comments
 (0)