Skip to content

Commit

Permalink
Reuse the Condition type for substitution and constrains
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Aug 8, 2023
1 parent 839fe34 commit 640eaf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kore-rpc-types/src/Kore/JsonRpc/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,8 @@ data GetModelResult = GetModelResult
via CustomJSON '[OmitNothingFields, FieldLabelModifier '[CamelToKebab]] GetModelResult

data SimplifyImplicationResult = SimplifyImplicationResult
{ satisfiable :: SatResult
, substitution :: Maybe KoreJson
{ valid :: ValidityResult
, condition :: Maybe Condition
, logs :: Maybe [LogEntry]
}
deriving stock (Generic, Show, Eq)
Expand Down

0 comments on commit 640eaf9

Please sign in to comment.