run - Hoogle

Instant is off Search plugin Manual haskell.org run Packages text fgl QuickCheck base bytestring run :: (forall s. ST s (MArray s)) -> Array text Data.Text.Array Run an action in the ST monad and return an immutable array of its result. run :: (DynGraph g, Ord a) => g a b -> NodeMapM a b g r -> (r, (NodeMap a, g a b)) fgl Data.Graph.Inductive.NodeMap Run a construction; return the value of the computation, the modified NodeMap , and the modified Graph . run :: Monad m => m a -> PropertyM m a QuickCheck Test.QuickCheck.Monadic run InBoundThread :: IO a -> IO a base Control.Concurrent Run the IO computation passed as the first argument. If the calling thread is not bound , a bound thread is created temporarily. runInBoundThread doesn't finish until the IO computation finishes. You can wrap a series of foreign function calls that rely on thread-local state w...

Linked on 2014-11-17 21:40:34 | Similar Links