Skip to content

Commit

Permalink
Update saw-core-coq and adapt to GaloisInc/saw-core-coq#28.
Browse files Browse the repository at this point in the history
This updates saw-core-coq to use the prettyprinter package.
  • Loading branch information
Brian Huffman committed Nov 30, 2020
1 parent e07f7ce commit fcbed5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SAWScript/Prover/Exporter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import qualified Data.ByteString as BS
import Data.Parameterized.Nonce (globalNonceGenerator)
import Data.Set (Set)
import qualified Data.SBV.Dynamic as SBV
import Text.PrettyPrint.ANSI.Leijen (vcat)
import Prettyprinter (vcat)

import Cryptol.Utils.PP(pretty)

Expand Down

0 comments on commit fcbed5b

Please sign in to comment.