Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type family Constraints cs :: Constraint Source
type Constraints ([] Constraint) = () | |
type Constraints ((:) Constraint c cs) = (c, Constraints cs) |
type AllHave c xs = Constraints (Map c xs) Source
safeFromJust :: String -> Maybe a -> a Source
propPsToProp :: [(PVar t3, Ref t (UReft t2) t1)] -> Ref t (UReft t2) t1 -> Ref t (UReft t2) t1 Source
stripQuals :: SpecType -> SpecType Source
loadModule :: FilePath -> Ghc ModSummary Source