Home
last modified time | relevance | path

Searched refs:TcSanity (Results 1 – 1 of 1) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/ModuleSystem/
H A DBase.hs42 import qualified Cryptol.TypeCheck.Sanity as TcSanity
458 o -> T.InferInput -> Either (Range, TcSanity.Error) [TcSanity.ProofObligation] function
466 case TcSanity.tcExpr i e' of
469 | TcSanity.same s s1 -> Right os
471 , TcSanity.TypeMismatch "exprLinter" s s1
478 { lintCheck = \ds' i -> case TcSanity.tcDecls i ds' of
487 { lintCheck = \m' i -> case TcSanity.tcModule i m' of