Id

Plain source file: Id.hs (Jun 30, 2000)

Id is imported by: Case, DbgDataTrans, DbgTrans, Extract, FFITrans, FSLib, FixSyntax, IExtract, Info, IntState, Main, NT, Nice, PrettySyntax, PrimCode, Remove1_3, Rename, RenameLib, RmClasses, Syntax, TokenInt, Type, TypeData, TypeSubst, TypeUnify.

{- ---------------------------------------------------------------------------
This is the start for an abstract data type Id.
We need instance Eq Id and instance Ord Id.
Furthermore an IdSupply.
However, currently Int is used for that purpose and shall slowly be
replaced by the new type Id.
-}
module Id(Id) where

type Id = Int

{- End Module Id ------------------------------------------------------------}

Index

(HTML for this module was generated on May 15, 2003. About the conversion tool.)