ATC.hs revision a343fae3cfcbe839228e7323e44d5c01f30ccf06
{- |
Module : $Id$
Description : shared ATerm conversion instances
Copyright : (c) Christian Maeder and Uni Bremen 2005-2007
License : similar to LGPL, see HetCATS/LICENSE.txt or LIZENZ.txt
Maintainer : Christian.Maeder@dfki.de
Stability : provisional
Portability : non-portable (existential types)
This folder provides conversion methods, converting between Hets
data structures and shared ATerms given by "Common.ATerm.Lib".
Most of the modules have been automatically created using /DriFT/
from the /utils/ folder.
An execption are the modules with existential types, such as
-}
module ATC where