Home
last modified time | relevance | path

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

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DMonad.hs826 withMonoType :: (Name,Located Type) -> InferM a -> InferM a
827 withMonoType (x,lt) = withVar x (Forall [] [] (thing lt)) function
831 withMonoTypes xs m = foldr withMonoType m (Map.toList xs)
H A DInfer.hs668 (ms', ds, n') <- withMonoType (x,t) (inferCArm armNum ms)