haskell-reflect-0.9: Reflect Haskell types.

Safe HaskellNone

Language.Haskell.Reflect

Synopsis

Documentation

checkModuleAvailability :: (Functor m, MonadCatchIO m) => [String] -> m [(String, Bool)]Source

Checks whether the given modules are installed in the package database or not.