Update for GHC 7.10

This commit is contained in:
Iavor S. Diatchki 2015-01-06 09:32:05 -08:00
parent 4fcd9b768b
commit e5d31595ab

View File

@ -1,5 +1,6 @@
{-# LANGUAGE Safe #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE FlexibleContexts #-}
module Cryptol.TypeCheck.Solver.CrySAT
( withScope, withSolver
, assumeProps, checkDefined, simplifyProps