----------------------------------------------------------------------------- -- | -- Module : ForSyDe.Ids -- Copyright : (c) SAM Group, KTH/ICT/ECS 2007-2008 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : forsyde-dev@ict.kth.se -- Stability : experimental -- Portability : portable -- -- ForSyDe identifier types -- ----------------------------------------------------------------------------- module ForSyDe.Ids where -- | A process identifier type ProcId = String -- | A Port identifier type PortId = String -- | A System identifier type SysId = String