Home
last modified time | relevance | path

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

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/
H A DMonad.hs765 withTParam :: TParam -> InferM a -> InferM a
766 withTParam p (IM m) = function
773 withTParams ps m = foldr withTParam m ps