Copyright | (c) Till Mossakowski, Uni Bremen 2002-2006 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | till@informatik.uni-bremen.de |
Stability | provisional |
Portability | non-portable(Logic) |
Safe Haskell | None |
wrapper for static analysis of HetCASL reading and writing prf-files
Documentation
anaLib :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv))
lookup an env or read and analyze a file
anaLibExt :: HetcatsOpts -> FilePath -> LibEnv -> DGraph -> IO (Maybe (LibName, LibEnv))
read a file and extended the current library environment
anaLibReadPrfs :: HetcatsOpts -> FilePath -> IO (Maybe (LibName, LibEnv))