Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Jan 3, 2024
1 parent 295155b commit 59879d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/SBV/SMT/SMT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ showModelDictionary warnEmpty includeEverything cfg allVars
showModelUI :: SMTConfig -> (String, (Bool, SBVType, Either String ([([CV], CV)], CV))) -> String
showModelUI cfg (nm, (isCurried, SBVType ts, interp))
= intercalate "\n" $ case interp of
Left e -> [" " ++ l | l <- [sig, e]]
Left e -> [" " ++ l | l <- [sig, e]]
Right ds -> [" " ++ l | l <- sig : mkBody ds]
where noOfArgs = length ts - 1

Expand Down

0 comments on commit 59879d3

Please sign in to comment.