Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hra687261 committed Oct 9, 2024
1 parent 8875768 commit aa653f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/structures/modelMap.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ module X = Shostak.Combine
module Sy = Symbols

module M: Map.S with type key = Expr.t list = Map.Make
(struct
type t = Expr.t list [@@deriving ord]
end)
(struct
type t = Expr.t list [@@deriving ord]
end)

(* The type of this module represents a model value for a function [f] by a
finite set of constraints of the form:
Expand Down

0 comments on commit aa653f0

Please sign in to comment.