Hets - the Heterogeneous Tool Set
Copyright(c) Daniel Calegari Universidad de la Republica Uruguay 2013
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerdcalegar@fing.edu.uy
Stabilityprovisional
Portabilityportable
Safe HaskellSafe

QVTR.Print

Description

 

Documentation

printCol :: Pretty a => [a] -> Doc Source #

Orphan instances

Show STRING Source # 
Instance details

Methods

showsPrec :: Int -> STRING -> ShowS

show :: STRING -> String

showList :: [STRING] -> ShowS

Show OCL Source # 
Instance details

Methods

showsPrec :: Int -> OCL -> ShowS

show :: OCL -> String

showList :: [OCL] -> ShowS

Show RelInvok Source # 
Instance details

Methods

showsPrec :: Int -> RelInvok -> ShowS

show :: RelInvok -> String

showList :: [RelInvok] -> ShowS

Show WhenWhere Source # 
Instance details

Methods

showsPrec :: Int -> WhenWhere -> ShowS

show :: WhenWhere -> String

showList :: [WhenWhere] -> ShowS

Show PropertyTemplate Source # 
Instance details

Methods

showsPrec :: Int -> PropertyTemplate -> ShowS

show :: PropertyTemplate -> String

showList :: [PropertyTemplate] -> ShowS

Show ObjectTemplate Source # 
Instance details

Methods

showsPrec :: Int -> ObjectTemplate -> ShowS

show :: ObjectTemplate -> String

showList :: [ObjectTemplate] -> ShowS

Show Domain Source # 
Instance details

Methods

showsPrec :: Int -> Domain -> ShowS

show :: Domain -> String

showList :: [Domain] -> ShowS

Show PrimitiveDomain Source # 
Instance details

Methods

showsPrec :: Int -> PrimitiveDomain -> ShowS

show :: PrimitiveDomain -> String

showList :: [PrimitiveDomain] -> ShowS

Show RelVar Source # 
Instance details

Methods

showsPrec :: Int -> RelVar -> ShowS

show :: RelVar -> String

showList :: [RelVar] -> ShowS

Show Relation Source # 
Instance details

Methods

showsPrec :: Int -> Relation -> ShowS

show :: Relation -> String

showList :: [Relation] -> ShowS

Show PropKey Source # 
Instance details

Methods

showsPrec :: Int -> PropKey -> ShowS

show :: PropKey -> String

showList :: [PropKey] -> ShowS

Show Key Source # 
Instance details

Methods

showsPrec :: Int -> Key -> ShowS

show :: Key -> String

showList :: [Key] -> ShowS

Show Transformation Source # 
Instance details

Methods

showsPrec :: Int -> Transformation -> ShowS

show :: Transformation -> String

showList :: [Transformation] -> ShowS

Pretty STRING Source # 
Instance details

Pretty OCL Source # 
Instance details

Methods

pretty :: OCL -> Doc Source #

pretties :: [OCL] -> Doc Source #

Pretty RelInvok Source # 
Instance details

Pretty WhenWhere Source # 
Instance details

Pretty PropertyTemplate Source # 
Instance details

Pretty ObjectTemplate Source # 
Instance details

Pretty Domain Source # 
Instance details

Pretty PrimitiveDomain Source # 
Instance details

Pretty RelVar Source # 
Instance details

Pretty Relation Source # 
Instance details

Pretty PropKey Source # 
Instance details

Pretty Key Source # 
Instance details

Methods

pretty :: Key -> Doc Source #

pretties :: [Key] -> Doc Source #

Pretty Transformation Source # 
Instance details