Skip to content

Commit df857e5

Browse files
committed
copilot-theorem: Whitespace realignment only. Refs Copilot-Language#495.
1 parent 226a108 commit df857e5

File tree

1 file changed

+2
-2
lines changed
  • copilot-theorem/src/Copilot/Theorem/Kind2

1 file changed

+2
-2
lines changed

copilot-theorem/src/Copilot/Theorem/Kind2/Output.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ parseOutput :: String -- ^ Property whose validity is being checked.
1919
parseOutput prop xml = fromJust $ do
2020
root <- parseXMLDoc xml
2121
case findAnswer . findPropTag $ root of
22-
"valid" -> return (Output Valid [])
22+
"valid" -> return (Output Valid [])
2323
"falsifiable" -> return (Output Invalid [])
24-
s -> err $ "Unrecognized status : " ++ s
24+
s -> err $ "Unrecognized status : " ++ s
2525

2626
where
2727

0 commit comments

Comments
 (0)