mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 10:46:37 +03:00
Fix compiler warnings.
This commit is contained in:
parent
01667d8486
commit
9cbda930c7
@ -395,7 +395,6 @@ checkProp prop =
|
||||
P.CUser x ts -> checkTUser x ts (Just KProp)
|
||||
P.CLocated p r1 -> kInRange r1 (checkProp p)
|
||||
P.CType _ -> panic "checkProp" [ "Unexpected CType", show prop ]
|
||||
P.CType _ -> panic "checkProp" [ "Unexpected CType", show prop ]
|
||||
|
||||
|
||||
-- | Check that a type has the expected kind.
|
||||
|
@ -44,7 +44,6 @@ import Control.Monad(mzero)
|
||||
import qualified Data.Map as Map
|
||||
import Data.Set ( Set )
|
||||
import qualified Data.Set as Set
|
||||
import Data.List(partition)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user