Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.Bluespec.Classic.AST.SchedInfo
Documentation
data SchedInfo idtype Source #
Constructors
SchedInfo | |
Fields
|
Instances
Show idtype => Show (SchedInfo idtype) Source # | |
Eq idtype => Eq (SchedInfo idtype) Source # | |
Ord idtype => Ord (SchedInfo idtype) Source # | |
Defined in Language.Bluespec.Classic.AST.SchedInfo Methods compare :: SchedInfo idtype -> SchedInfo idtype -> Ordering (<) :: SchedInfo idtype -> SchedInfo idtype -> Bool (<=) :: SchedInfo idtype -> SchedInfo idtype -> Bool (>) :: SchedInfo idtype -> SchedInfo idtype -> Bool (>=) :: SchedInfo idtype -> SchedInfo idtype -> Bool max :: SchedInfo idtype -> SchedInfo idtype -> SchedInfo idtype min :: SchedInfo idtype -> SchedInfo idtype -> SchedInfo idtype | |
(Pretty idtype, Ord idtype) => Pretty (SchedInfo idtype) Source # | |
Defined in Language.Bluespec.Classic.AST.SchedInfo Methods pPrintPrec :: PrettyLevel -> Rational -> SchedInfo idtype -> Doc pPrint :: SchedInfo idtype -> Doc pPrintList :: PrettyLevel -> [SchedInfo idtype] -> Doc |
data MethodConflictInfo idtype Source #
Constructors
MethodConflictInfo | |
Instances
makeMethodConflictDocs :: Ord idtype => (idtype -> Doc) -> (idtype -> String) -> String -> String -> MethodConflictInfo idtype -> [Doc] Source #