mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 20:03:27 +03:00
Fix #132 QED --> Q.E.D.
This commit is contained in:
parent
bb3ffde9ba
commit
eac4e18005
@ -271,7 +271,7 @@ qcCmd qcMode str =
|
||||
then (Nothing, vss1)
|
||||
else (Just vs, vss1)
|
||||
ok <- go doTest sz 0 vss
|
||||
when ok $ io $ putStrLn "QED"
|
||||
when ok $ io $ putStrLn "Q.E.D."
|
||||
|
||||
n -> case TestR.testableType ty of
|
||||
Nothing -> raise (TypeNotTestable ty)
|
||||
|
Loading…
Reference in New Issue
Block a user