Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Feb 13, 2025
1 parent f49e806 commit bac638f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/constraint/constrSys.ml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,7 @@ struct
let sys_change get =
S.sys_change (getL % get % l) (getG % get % g)

let postmortem leaf =
match leaf with
let postmortem = function
| `L g -> List.map (fun x -> `L x) @@ S.postmortem g
| _ -> []
end
Expand Down

0 comments on commit bac638f

Please sign in to comment.